Update README.md (#705)

Remove apostrophe from possessive "its"
This commit is contained in:
Will Heslam
2019-10-03 12:07:00 +02:00
committed by Renée Kooi
parent 75c6ed6d00
commit efb131c2ae
+1 -1
View File
@@ -428,7 +428,7 @@ app.use(function (state, emitter) {
### Caching components ### Caching components
When working with stateful components, one will need to keep track of component 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 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 arguments. Any following arguments will be forwarded to the component constructor
together with `state` and `emit`. together with `state` and `emit`.