From 8087f5bbca8abfeb0aab3e9cfe94527e6d17ea4a Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 11 May 2020 16:01:47 +0200 Subject: [PATCH] (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 --- docs/first-steps-tutorial.md | 4 ++-- docs/proxy-setup.md | 2 +- docs/registrar-faq.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/first-steps-tutorial.md b/docs/first-steps-tutorial.md index 3ee770486..760974536 100644 --- a/docs/first-steps-tutorial.md +++ b/docs/first-steps-tutorial.md @@ -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). diff --git a/docs/proxy-setup.md b/docs/proxy-setup.md index c7768fee0..2097a0c91 100644 --- a/docs/proxy-setup.md +++ b/docs/proxy-setup.md @@ -523,7 +523,7 @@ $ kubectl create secret generic service-account \ --from-file=service-account-key.json= ``` -More details on using sevice account on GKE can be found +More details on using service account on GKE can be found [here](https://cloud.google.com/kubernetes-engine/docs/tutorials/authenticating-to-cloud-platform). Repeat the same step for all clusters you want to deploy to. Use `gcloud` to diff --git a/docs/registrar-faq.md b/docs/registrar-faq.md index 57574e40e..1abb6692b 100644 --- a/docs/registrar-faq.md +++ b/docs/registrar-faq.md @@ -138,7 +138,7 @@ No, we do not require verification of zone configurations. Yes, IPv6 addresses are supported. -**4.9 How many IP adresses can be listed on an in-bailiwick host object?** +**4.9 How many IP addresses can be listed on an in-bailiwick host object?** Ten IP addresses can be listed on an in-bailiwick host object. This limit is for both IPv4 and IPv6 addresses combined.