[docs]: (grammar) depluralizing

This commit is contained in:
Anatoly 2016-01-17 02:40:24 -05:00
parent 0a746f00ad
commit 1646511179

View file

@ -439,7 +439,7 @@ Providing a `:stop` function _is_ optional, but in case a state needs to be clea
## Cleaning up Deleted States
Mount will detect when a state was renamed/deleted from namespaces, and will do two things:
Mount will detect when a state was renamed/deleted from a namespace, and will do two things:
* if a state had a `:stop` function, mount will invoke it on the old version of state (i.e. cleanup)
* will remove any knowledge of this state internally