From 7946888e36dbcab70f5d10fb191cce178fec61d6 Mon Sep 17 00:00:00 2001 From: Phan Hong An Date: Tue, 8 Dec 2015 15:12:05 +0700 Subject: [PATCH] Correct spelling: a object -> an object --- storage/mongodb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/mongodb/README.md b/storage/mongodb/README.md index e73db656..18cb7779 100644 --- a/storage/mongodb/README.md +++ b/storage/mongodb/README.md @@ -66,7 +66,7 @@ selected it should contain an object. If not it will be wrapped in an object wit *Update* will modify an existing object or objects. The query to select objects to update uses **msg.query** and the update to the element uses **msg.payload**. -Update can add a object if it does not exist or update multiple objects. +Update can add an object if it does not exist or update multiple objects. *Remove* will remove objects that match the query passed in on **msg.payload**. A blank query will delete *all of the objects* in the collection.