From 57305f0978d5135205ee674b4117823b7675f353 Mon Sep 17 00:00:00 2001 From: Hyunjin Park Date: Mon, 21 Sep 2015 14:56:31 +0900 Subject: [PATCH] [contact] modify text error Change-Id: Ife5d8d24f7ccdd343c3b7aeb7c0977923d4b01c6 Signed-off-by: Hyunjin park --- .../html/device_api/mobile/tizen/contact.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/contact.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/contact.html index 2ea2567..678b088 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/contact.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/contact.html @@ -3883,10 +3883,10 @@ By default, this attribute is set to an empty array.

Code example:

 var contactInit = {};
- var contactAddr = new tizen.ContactAddres({streetAddress:'Gran Via, 32',
-                                            postalCode:'50013',
-                                                  city:'Zaragoza',
-                                                  country:'ES'});
+ var contactAddr = new tizen.ContactAddress({streetAddress:'Gran Via, 32',
+                                             postalCode:'50013',
+                                             city:'Zaragoza',
+                                             country:'ES'});
  contactInit.addresses = [contactAddr];
  
-- 2.7.4