diff --git a/java/google/registry/config/RegistryConfig.java b/java/google/registry/config/RegistryConfig.java index 8e5ace1da..8042c2fed 100644 --- a/java/google/registry/config/RegistryConfig.java +++ b/java/google/registry/config/RegistryConfig.java @@ -152,7 +152,7 @@ public interface RegistryConfig { /** * Returns the global automatic transfer length for contacts. After this amount of time has - * elapsed, the transfer is automatically improved. + * elapsed, the transfer is automatically approved. */ public Duration getContactAutomaticTransferLength();