Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1BEBCFB1 for ; Mon, 21 May 2012 16:58:40 +0000 (UTC) Received: (qmail 86412 invoked by uid 500); 21 May 2012 16:58:40 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 86376 invoked by uid 500); 21 May 2012 16:58:40 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 86314 invoked by uid 99); 21 May 2012 16:58:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 16:58:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A12B317155; Mon, 21 May 2012 16:58:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: macdonst@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] docs commit: Link to ContactAddress didn't work. Message-Id: <20120521165840.A12B317155@tyr.zones.apache.org> Date: Mon, 21 May 2012 16:58:40 +0000 (UTC) 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 Authored: Mon May 21 11:56:43 2012 +0300 Committer: Colin Frei 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)_