소스 검색

Fixed a spelling issue under the IIS section

Bryce Daly 5 년 전
부모
커밋
ddc7c5d799
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/manual/en/introduction/How-to-run-things-locally.html

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

@@ -123,8 +123,8 @@ ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot =>
 			</div>
 			<h3>IIS</h3>
 			<div>
-				<p>If you are using Microsoft IIS as web server. Please add a MIME type settings regarding .fbx externsion before loading.</p>
-				<code>File name externsion: fbx        MIME Type: text/plain</code>
+				<p>If you are using Microsoft IIS as web server. Please add a MIME type settings regarding .fbx extension before loading.</p>
+				<code>File name extension: fbx        MIME Type: text/plain</code>
 				<p>By default, IIS blocks .fbx, .obj files downloads. You have to configure IIS to enable these kind of files can be download.</p>
 			</div>
 			<p>