website: Fix spacing of literal "terraform console" (#13807)

This commit is contained in:
Jearvon Dharrie 2017-04-20 12:36:34 -04:00 committed by Martin Atkins
parent 72f2a31298
commit e667411cc5
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ $ echo "1 + 5" | terraform console
## Remote State
The `terraform console `command will read configured state even if it
The `terraform console` command will read configured state even if it
is [remote](/docs/state/remote.html). This is great for scripting
state reading in CI environments or other remote scenarios.