Skip to content

Commit

Permalink
Spelling and grammar fixes for bootstrap guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Voorhis committed Aug 4, 2017
1 parent 9692eef commit 5b8e38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/source/guides/cluster/manual.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ server {

Alternatively, the address can be supplied after the servers have all been
started by running the [`server-join` command](/docs/commands/server-join.html)
on the servers individual to cluster the servers. All servers can join just one
other server, and then rely on the gossip protocol to discover the rest.
on the servers individually to cluster the servers. All servers can join just
one other server, and then rely on the gossip protocol to discover the rest.

```
$ nomad server-join <known-address>
Expand All @@ -57,7 +57,7 @@ At this time, there is no equivalent of the <tt>server-join</tt> command for
Nomad clients.

The port corresponds to the RPC port. If no port is specified with the IP
address, the default RCP port of `4647` is assumed.
address, the default RPC port of `4647` is assumed.

As servers are added or removed from the cluster, this information is pushed to
the client. This means only one server must be specified because, after initial
Expand Down

0 comments on commit 5b8e38f

Please sign in to comment.