Fix typo in state rm docs (#15003)

This commit is contained in:
Walid Halabi 2017-06-02 19:19:56 +10:00 committed by Tom Harvey
parent 7c758c5661
commit b6a2eb7859
1 changed files with 1 additions and 1 deletions

View File

@ -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