From b6a2eb7859e60a3381032913f270658951a8f5fa Mon Sep 17 00:00:00 2001 From: Walid Halabi Date: Fri, 2 Jun 2017 19:19:56 +1000 Subject: [PATCH] Fix typo in state rm docs (#15003) --- website/source/docs/commands/state/rm.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/state/rm.html.md b/website/source/docs/commands/state/rm.html.md index 206d49695..a8ddb9a10 100644 --- a/website/source/docs/commands/state/rm.html.md +++ b/website/source/docs/commands/state/rm.html.md @@ -10,7 +10,7 @@ description: |- The `terraform state rm` command is used to remove items from the [Terraform state](/docs/state/index.html). This command can remove -single resources, since instances of a resource, entire modules, +single resources, single instances of a resource, entire modules, and more. ## Usage