From cce20d669176782b59d835b7e4e5e942233d6c79 Mon Sep 17 00:00:00 2001 From: Loup Date: Sun, 1 Jan 2017 11:54:10 +0100 Subject: [PATCH] Fix Typo Occurrede => Occurred --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e5c4e9..4f2a21a0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ is called if the read/write doesn't succeed. You can of course also use it with > 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 > client doesn't have permission to read from that database reference. This -> callback will be passed an error object indicating why the failure occurrede. +> callback will be passed an error object indicating why the failure occurred. ``` html