[web API] remove useless word
authorHyunjin Park <hj.na.park@samsung.com>
Thu, 11 Feb 2016 07:14:57 +0000 (16:14 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Thu, 11 Feb 2016 07:14:57 +0000 (16:14 +0900)
Change-Id: I97db0dd0437ff0fe6e473097c0a30133f2ce1e97

org.tizen.tutorials/html/web/tizen/base/filesystem_tutorial_w.htm

index 3eff441..3ca84a8 100644 (file)
@@ -182,7 +182,7 @@ function onOpenSuccess(fs)
 &nbsp;&nbsp;&nbsp;/* Write HelloWorld to the file */
 &nbsp;&nbsp;&nbsp;fs.write(&quot;HelloWorld&quot;);
 
-&nbsp;&nbsp;&nbsp;/* Move pointer to begin */ 185
+&nbsp;&nbsp;&nbsp;/* Move pointer to begin */
 &nbsp;&nbsp;&nbsp;fs.position = 0;
 
 &nbsp;&nbsp;&nbsp;/* Read the file content from the beginning*/