From 856b852ac2d30780d1567be7bf6045bc54120b35 Mon Sep 17 00:00:00 2001 From: Harry Mills Date: Wed, 24 Jan 2018 11:02:12 -0500 Subject: [PATCH] Correct typo --- website/docs/backends/types/s3.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"! ...