Skip to content

Commit

Permalink
Merge pull request #2962 from jvoorhis/master
Browse files Browse the repository at this point in the history
Spelling and grammar fixes for manual bootstrap guide.
  • Loading branch information
qkate authored Aug 4, 2017
2 parents 9692eef + 5b8e38f commit 3da3903
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 3da3903

Please sign in to comment.