From f5b52bf98fbb3de7bc869b6c5c9696f9ae3577a6 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Mon, 25 Apr 2016 05:43:35 -0400 Subject: [PATCH] docs(contacts): fix usage docs closes #121 --- src/plugins/contacts.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/contacts.ts b/src/plugins/contacts.ts index ea0d281da8..ac5152bc07 100644 --- a/src/plugins/contacts.ts +++ b/src/plugins/contacts.ts @@ -185,7 +185,7 @@ declare var ContactFindOptions: { declare var Contact: { new(): Contact -} +}; /** * @name Contacts @@ -202,12 +202,11 @@ declare var Contact: { * * * - * Contacts.save({ + * Contacts.create({ * displayName: "Mr. Ionitron" * }).then((contact) => {}, (err) => {}) * ``` * - * See the `save()` docs for a full list of fields. * */ @Plugin({