(docs): fixed small errors (#572)

* Update first-steps-tutorial.md

* Update proxy-setup.md (#1)

* Update registrar-faq.md (#2)

* Update first-steps-tutorial.md
This commit is contained in:
0xflotus 2020-05-11 16:01:47 +02:00 committed by GitHub
parent 763a9573ee
commit 223832a402
3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ Updated 1 entities.
* `create_tld` is the subcommand to create a TLD. The TLD name is "example"
which happens to be an ICANN reserved string, and therefore "example" can
never be created on the Internet at large.
* `--initial_tld_state` defines the intital state of the TLD.
* `--initial_tld_state` defines the initial state of the TLD.
`GENERAL_AVAILABILITY`, in the case of our example, allows you to
immediately create domain names by bypassing the sunrise and landrush domain
registration periods.
@ -168,7 +168,7 @@ $ nomulus -e alpha create_domain fake.example --client acme --admins abcd1234 \
Where:
* `create_domain` is the subcommand to create a domain name. It accepts a
whitespace-separted list of domain names to be created
whitespace-separated list of domain names to be created
* `--client` is used to define the registrar.
* `--admins` is the administrative contact's id(s).
* `--techs` is the technical contact's id(s).