From 1de8d171aee43007143479507ddebecbf82e7bd9 Mon Sep 17 00:00:00 2001 From: Ben Turner <7623873+ben-turner@users.noreply.github.com> Date: Wed, 16 May 2018 10:55:24 -0700 Subject: [PATCH] Small typo fix --- website/docs/state/workspaces.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/state/workspaces.html.md b/website/docs/state/workspaces.html.md index fb9bed780..ab74925de 100644 --- a/website/docs/state/workspaces.html.md +++ b/website/docs/state/workspaces.html.md @@ -18,7 +18,7 @@ the backend has only one workspace, called "default", and thus there is only one Terraform state associated with that configuration. Certain backends support _multiple_ named workspaces, allowing multiple states -to be associated with a single configuration. The configuration is still +to be associated with a single configuration. The configuration still has only one backend, but multiple distinct instances of that configuration to be deployed without configuring a new backend or changing authentication credentials.