Skip to content

Commit

Permalink
website: Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Aug 22, 2014
1 parent dce716f commit 54316d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/agent/watches.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_current: "docs-agent-watches"

Watches are a way of specifying a view of data (list of nodes, KV pairs,
health checks, etc) which is monitored for any updates. When an update
is detected, an external handler handler is invoked. A handler can be any
is detected, an external handler is invoked. A handler can be any
executable. As an example, you could watch the status of health checks and
notify an external system when a check is critical.

Expand Down
1 change: 1 addition & 0 deletions website/source/intro/getting-started/install.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Available commands are:
members Lists the members of a Consul cluster
monitor Stream logs from a Consul agent
version Prints the Consul version
watch Watch for changes in Consul
```

If you get an error that `consul` could not be found, then your PATH
Expand Down

0 comments on commit 54316d2

Please sign in to comment.