You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/05/21 18:58:40 UTC

[2/2] docs commit: Link to ContactAddress didn't work.

Link to ContactAddress didn't work.

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/3457258f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/3457258f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/3457258f

Branch: refs/heads/master
Commit: 3457258fe7986f09394ffe832f506ae0f293376d
Parents: f05abd8
Author: Colin Frei <co...@liip.ch>
Authored: Mon May 21 11:56:43 2012 +0300
Committer: Colin Frei <co...@liip.ch>
Committed: Mon May 21 11:56:43 2012 +0300

----------------------------------------------------------------------
 docs/en/edge/cordova/contacts/Contact/contact.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3457258f/docs/en/edge/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/Contact/contact.md b/docs/en/edge/cordova/contacts/Contact/contact.md
index 78feddb..3704f97 100644
--- a/docs/en/edge/cordova/contacts/Contact/contact.md
+++ b/docs/en/edge/cordova/contacts/Contact/contact.md
@@ -31,7 +31,7 @@ Properties
 - __nickname:__ A casual name to address the contact by. _(DOMString)_
 - __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
 - __emails:__ An array of all the contact's email addresses. _(ContactField[])_
-- __addresses:__ An array of all the contact's addresses. _(ContactAddresses[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddress[])_
 - __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
 - __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_