Correct typo

This commit is contained in:
Harry Mills 2018-01-24 11:02:12 -05:00 committed by GitHub
parent 02531b237c
commit 856b852ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ Create a workspace corresponding to each key given in the `workspace_iam_roles`
variable value above:
```
$ terraform worspace new staging
$ terraform workspace new staging
Created and switched to workspace "staging"!
...