Docs: clarify that Amazon WS is, actually, AWS
authorAndrew Langhorn <ajlanghorn@users.noreply.github.com>
Sat, 13 Feb 2016 23:27:56 +0000 (23:27 +0000)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Sun, 14 Feb 2016 11:12:03 +0000 (12:12 +0100)
Amazon WS is an uncommon way of referring to Amazon Web Services, which
is usually referred to either by its full name, or as AWS.

docs/content/overview/usage.md

index 78720b28da2b8f8d6ddbfd19f6941809a39a392e..c570a7b10290e1f5f4c589e72f38777af9c08453 100644 (file)
@@ -182,7 +182,7 @@ Here is the command:
               --bind=87.245.198.50
 {{< /nohighlight >}}
 
-Note the `bind` option, which is the interface to which the server will bind (defaults to `127.0.0.1`, which is fine for most development use cases). Some hosts, like Amazon WS, runs network address translation and it can sometimes be hard to figure out the actual IP address. Using `--bind=0.0.0.0` will bind to all interfaces.
+Note the `bind` option, which is the interface to which the server will bind (defaults to `127.0.0.1`, which is fine for most development use cases). Some hosts, like Amazon Web Services, runs network address translation and it can sometimes be hard to figure out the actual IP address. Using `--bind=0.0.0.0` will bind to all interfaces.
 
 This way, you may actually deploy just the source files,
 and Hugo on your server will generate the resulting web site