[sound] modify text error
authorHyunjin Park <hj.na.park@samsung.com>
Mon, 21 Sep 2015 08:37:33 +0000 (17:37 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Mon, 21 Sep 2015 08:38:04 +0000 (17:38 +0900)
Change-Id: Ie88be44c568ebc181f4dd83352df190f692a5e1a
Signed-off-by: hyunjin park <hj.na.park@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/sound.html

index d331c30..c922e56 100644 (file)
@@ -554,7 +554,7 @@ There is a tizen.sound object that allows accessing the functionality of the Sou
 <span class="example"><p>Code example:</p></span><pre name="code" class="examplecode prettyprint"> var infoArr = tizen.sound.getConnectedDeviceList();
 
  for (var i = 0; i &lt; infoArr.length; i++) {
-     cosole.log( infoArr[i].device );
+     console.log( infoArr[i].device );
  }
  </pre>
 </div>
@@ -587,7 +587,7 @@ There is a tizen.sound object that allows accessing the functionality of the Sou
 <span class="example"><p>Code example:</p></span><pre name="code" class="examplecode prettyprint"> var infoArr = tizen.sound.getActivatedDeviceList();
 
  for (var i = 0; i &lt; infoArr.length; i++) {
-     cosole.log( infoArr[i].device );
+     console.log( infoArr[i].device );
  }
  </pre>
 </div>