Explorar o código

fix(docs): prefer "domain" over "zone" (in some places)

Peter Thomassen %!s(int64=2) %!d(string=hai) anos
pai
achega
51fb7db822
Modificáronse 1 ficheiros con 9 adicións e 8 borrados
  1. 9 8
      docs/auth/account.rst

+ 9 - 8
docs/auth/account.rst

@@ -100,8 +100,8 @@ human-readable error message that may look like::
     }
     }
 
 
 
 
-Zone Creation during Account Registration
-*****************************************
+Domain Creation during Account Registration
+*******************************************
 
 
 Along with your account creation request, you can provide a domain name as
 Along with your account creation request, you can provide a domain name as
 follows::
 follows::
@@ -119,11 +119,12 @@ follows::
         }
         }
     EOF
     EOF
 
 
-If the ``domain`` field is present in the request payload, a DNS zone will be
-created for this domain name once you activate your account using the
-verification link that we will send to your email address. If the zone cannot
-be created (for example, because the domain name is unavailable), your account
-will be deleted, and you can start over with a fresh registration.
+If the ``domain`` field is present in the request payload, a DNS domain will
+be created for this domain name once you activate your account using the
+verification link that we will send to your email address.
+If the domain cannot be created (for example, because the domain name is
+unavailable), your account will be deleted, and you can start over with a
+fresh registration.
 
 
 
 
 .. _log-in:
 .. _log-in:
@@ -206,7 +207,7 @@ Field details:
 ``limit_domains``
 ``limit_domains``
     :Access mode: read-only
     :Access mode: read-only
 
 
-    Maximum number of DNS zones the user can create.
+    Maximum number of domains the user can create.
 
 
 
 
 Password Reset
 Password Reset