2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 07:14:37 +00:00

website: typo fixes

This commit is contained in:
Armon Dadgar 2014-08-30 17:22:17 -07:00
parent d8ce7d3e84
commit dc883d151e
2 changed files with 2 additions and 2 deletions
command/agent
website/source/docs/commands

@ -143,7 +143,7 @@ RUN_QUERY:
}
setIndex(resp, index)
// Check for exactly match on the query value. Because
// Check for exact match on the query value. Because
// the index value is not monotonic, we just ensure it is
// not an exact match.
if index > 0 && index == b.MinQueryIndex {

@ -48,7 +48,7 @@ The list of available flags are:
* `-node` - Regular expression to filter nodes which should evaluate the event.
* `-service` - Regular expression to filter to only nodes which matching services.
* `-service` - Regular expression to filter to only nodes with matching services.
* `-tag` - Regular expression to filter to only nodes with a service that has
a matching tag. This must be used with `-service`. As an example, you may