Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo delete duplicated "our", fix "reacheable"->"reachable" #4636

Merged
merged 1 commit into from
Mar 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/examples/kops-test-route53-subdomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For our setup we already have a hosted DNS domain in AWS:
||+-------------------------------------------------------------------+----------------------------------------+||
```

We can also check our that our domain is reacheable from the Internet using "dig". You can use other "dns" tools too, but we recommend to use dig (available on all modern linux distributions and other unix-like operating systems. Normally, dig is part of bind-tools and other bind-related packages):
We can also check that our domain is reachable from the Internet using "dig". You can use other "dns" tools too, but we recommend to use dig (available on all modern linux distributions and other unix-like operating systems. Normally, dig is part of bind-tools and other bind-related packages):

```bash
dig +short example.org soa
Expand Down Expand Up @@ -851,4 +851,4 @@ The output:

All kops-created resource records are deleted too. Only the NS records added by us are still there.

END.-
END.-