ソースを参照

Update How-to-run-thing-locally.html

Jing Ma 8 年 前
コミット
e972d4dd44
1 ファイル変更2 行追加2 行削除
  1. 2 2
      docs/manual/introduction/How-to-run-thing-locally.html

+ 2 - 2
docs/manual/introduction/How-to-run-thing-locally.html

@@ -26,10 +26,10 @@
 
 			<ol>
 				<li>
-					Change security for local files in a browser, this allows you to access your page as <code>file:///yourFile.html</code>
+					Change security for local files in a browser. This allows you to access your page as: <code>file:///yourFile.html</code>
 				</li>
 				<li>
-					Run files from a local web server, this allows you to access your page as <code>http://localhost/yourFile.html</code>
+					Run files from a local web server. This allows you to access your page as: <code>http://localhost/yourFile.html</code>
 				</li>
 			</ol>