From 689cfc97c1d2a5d3197bb20dcdfcf587cba532c9 Mon Sep 17 00:00:00 2001 From: Devon Harvey Date: Fri, 20 May 2016 01:07:17 -0700 Subject: [PATCH] Fix typo in show command docs (#6784) --- website/source/docs/commands/show.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/show.html.markdown b/website/source/docs/commands/show.html.markdown index 8b88ccf29..f2b9edc5e 100644 --- a/website/source/docs/commands/show.html.markdown +++ b/website/source/docs/commands/show.html.markdown @@ -17,7 +17,7 @@ as Terraform sees it. Usage: `terraform show [options] [path]` -You must may `show` with a path to either a Terraform state file or plan +You may use `show` with a path to either a Terraform state file or plan file. If no path is specified, the current state will be shown. The command-line flags are all optional. The list of available flags are: