From 9be0e500767b182f9b2eaf8c0748cf0dd0cc449b Mon Sep 17 00:00:00 2001 From: Loup Date: Fri, 23 Dec 2016 13:06:47 +0100 Subject: [PATCH] Update README.md Removed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 599c965d..36e5c4e9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ var vm = new Vue({ **About the cancelCallback**: This callback is actually an error handler that is called if the read/write doesn't succeed. You can of course also use it with -`asObject: false` and apply it to arrays. The firebase doc stateees: +`asObject: false` and apply it to arrays. The firebase doc states: > We can pass an optional cancel callback to our event subscription that will > be called if the read is ever cancelled. A read would be cancelled if the app