Skip to content

Commit

Permalink
docs(contacts): fix usage docs
Browse files Browse the repository at this point in the history
closes #121
  • Loading branch information
ihadeed committed Apr 25, 2016
1 parent 3865ea4 commit f5b52bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugins/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ declare var ContactFindOptions: {

declare var Contact: {
new(): Contact
}
};

/**
* @name Contacts
Expand All @@ -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({
Expand Down

0 comments on commit f5b52bf

Please sign in to comment.