diff --git a/website/docs/backends/types/s3.html.md b/website/docs/backends/types/s3.html.md index 610ee7435..5851d292a 100644 --- a/website/docs/backends/types/s3.html.md +++ b/website/docs/backends/types/s3.html.md @@ -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"! ...