Sfoglia il codice sorgente

Merge pull request #10735 from m4jing/patch-1

fix minor errors for better syntax
Mr.doob 8 anni fa
parent
commit
0b90733985
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      docs/manual/introduction/How-to-run-thing-locally.html

+ 2 - 3
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>
 
@@ -165,7 +165,6 @@ ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot =>
 					<li>
 						Create a configuration file called lighttpd.conf in the directory where you want to run
 						your webserver. There is a sample [link:http://redmine.lighttpd.net/projects/lighttpd/wiki/TutorialConfiguration here].
-						 page.
 					 </li>
 					<li>
 						In the conf file, change the server.document-root to the directory you want to serve files from.