From efb131c2ae72ca5c473624b9b29d7c43c38efe98 Mon Sep 17 00:00:00 2001 From: Will Heslam Date: Thu, 3 Oct 2019 11:07:00 +0100 Subject: [PATCH] Update README.md (#705) Remove apostrophe from possessive "its" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7bed5b..00fd9f3 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ app.use(function (state, emitter) { ### Caching components When working with stateful components, one will need to keep track of component instances – `state.cache` does just that. The component cache is a function -which takes a component class and a unique id (`string`) as it's first two +which takes a component class and a unique id (`string`) as its first two arguments. Any following arguments will be forwarded to the component constructor together with `state` and `emit`.