소스 검색

fixing doc bug for using Bootstrap custom CSS

Dave Gandy 13 년 전
부모
커밋
1095a61cbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -691,7 +691,7 @@
     </div>
     <div class="span9">
       <ol>
-        <li>Customize Twitter Bootstrap <a href="http://twitter.github.com/bootstrap/download.html" target="_blank">here</a>. Make sure not to uncheck the default "Icons" under "Base CSS."</li>
+        <li>Customize Twitter Bootstrap <a href="http://twitter.github.com/bootstrap/download.html" target="_blank">here</a>. Make sure to uncheck the default "Icons" under "Base CSS."</li>
         <li>Copy the Font Awesome font directory into your project.</li>
         <li>Copy font-awesome.css into your project.</li>
         <li>Open your project's font-awesome.css and edit the font url to ensure it points to the right place (see above example).</li>