From 99073cbf252c0ac5ba4c57cced8ac1cd322662ce Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Tue, 2 Sep 2014 19:15:54 +0200 Subject: [PATCH] Fix typo --- website/source/docs/commands/exec.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/exec.html.markdown b/website/source/docs/commands/exec.html.markdown index 540f95eeae..09365580fe 100644 --- a/website/source/docs/commands/exec.html.markdown +++ b/website/source/docs/commands/exec.html.markdown @@ -8,7 +8,7 @@ sidebar_current: "docs-commands-exec" Command: `consul exec` -The exec command provides a mechahanism for remote execution. For example, +The exec command provides a mechanism for remote execution. For example, this can be used to run the `uptime` command across all machines providing the `web` service.