From 10bc364d04c865648f0723ca0bcfb379d381a9d6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:39:01 +0000 Subject: [PATCH] spelling: programmatically --- website/source/docs/commands/operator.html.md.erb | 2 +- .../source/docs/commands/operator/raft-list-peers.html.md.erb | 2 +- .../source/docs/commands/operator/raft-remove-peer.html.md.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/commands/operator.html.md.erb b/website/source/docs/commands/operator.html.md.erb index d410d2ff0..8189e7b88 100644 --- a/website/source/docs/commands/operator.html.md.erb +++ b/website/source/docs/commands/operator.html.md.erb @@ -17,7 +17,7 @@ as interacting with the Raft subsystem. This was added in Nomad 0.5.5. outage and even loss of data. See the [Outage Recovery](/guides/outage.html) guide for some examples of how -this command is used. For an API to perform these operations programatically, +this command is used. For an API to perform these operations programmatically, please see the documentation for the [Operator](/guides/outage.html) endpoint. diff --git a/website/source/docs/commands/operator/raft-list-peers.html.md.erb b/website/source/docs/commands/operator/raft-list-peers.html.md.erb index d6b23c976..95819f6a9 100644 --- a/website/source/docs/commands/operator/raft-list-peers.html.md.erb +++ b/website/source/docs/commands/operator/raft-list-peers.html.md.erb @@ -12,7 +12,7 @@ The Raft list-peers command is used to display the current Raft peer configuration. See the [Outage Recovery](/guides/outage.html) guide for some examples of how -this command is used. For an API to perform these operations programatically, +this command is used. For an API to perform these operations programmatically, please see the documentation for the [Operator](/api/operator.html) endpoint. diff --git a/website/source/docs/commands/operator/raft-remove-peer.html.md.erb b/website/source/docs/commands/operator/raft-remove-peer.html.md.erb index 707a46bbd..6629df925 100644 --- a/website/source/docs/commands/operator/raft-remove-peer.html.md.erb +++ b/website/source/docs/commands/operator/raft-remove-peer.html.md.erb @@ -20,7 +20,7 @@ server-force-leave`](/docs/commands/server-force-leave.html) instead of this command. See the [Outage Recovery](/guides/outage.html) guide for some examples of how -this command is used. For an API to perform these operations programatically, +this command is used. For an API to perform these operations programmatically, please see the documentation for the [Operator](/api/operator.html) endpoint.