From 971d967cabf118851b5bc69bb89ac5d8ef93f62d Mon Sep 17 00:00:00 2001 From: Anup Cowkur Date: Sun, 8 Jan 2017 22:45:21 +0530 Subject: [PATCH] Fix typo : Change "us" to "use" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60306e..d58688a 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Fresh data call will look like: `store.fetch()` ![Simple Store Flow](https://github.com/nytm/Store/blob/master/Images/store-2.jpg) -Overnight background updates within our app us `fetch` to make sure that calls to `store.get()` will not have to hit network during normal usage. Another good use case for `fetch` is pull to refresh. +Overnight background updates within our app use `fetch` to make sure that calls to `store.get()` will not have to hit network during normal usage. Another good use case for `fetch` is pull to refresh. Calls to both `fetch()` and `get()` emit one value and then call `onCompleted()` or throw an error