소스 검색

Merge pull request #134 from jaredcwhite/patch-2

Fix typo to say Fork (2nd attempt)
Helmut K. C. Tessarek 6 년 전
부모
커밋
0c08bfa49a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/doc/_includes/examples/basic.html

+ 1 - 1
src/doc/_includes/examples/basic.html

@@ -18,7 +18,7 @@
     <div class="col-md-9 col-sm-8">
       <p>
         You can place {{ site.forkawesome.name }} icons just about anywhere using the CSS Prefix <code>fa</code> and the icon's
-        name. Font Awesome is designed to be used with inline elements (we like the <code>&lt;i&gt;</code> tag for
+        name. Fork Awesome is designed to be used with inline elements (we like the <code>&lt;i&gt;</code> tag for
         brevity, but using a <code>&lt;span&gt;</code> is more semantically correct).
       </p>
 {% highlight html %}