From 1646511179d55082a8ed391d622a90ab82298d8c Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sun, 17 Jan 2016 02:40:24 -0500 Subject: [PATCH] [docs]: (grammar) depluralizing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890650d..4f5b96b 100644 --- a/README.md +++ b/README.md @@ -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