docs(contacts): fix usage docs

closes #121
This commit is contained in:
Ibrahim Hadeed 2016-04-25 05:43:35 -04:00
parent 3865ea4777
commit f5b52bf98f

View File

@ -185,7 +185,7 @@ declare var ContactFindOptions: {
declare var Contact: { declare var Contact: {
new(): Contact new(): Contact
} };
/** /**
* @name Contacts * @name Contacts
@ -202,12 +202,11 @@ declare var Contact: {
* *
* *
* *
* Contacts.save({ * Contacts.create({
* displayName: "Mr. Ionitron" * displayName: "Mr. Ionitron"
* }).then((contact) => {}, (err) => {}) * }).then((contact) => {}, (err) => {})
* ``` * ```
* *
* See the `save()` docs for a full list of fields.
* *
*/ */
@Plugin({ @Plugin({