Browse Source

Fix typo to say Fork (2nd attempt)

Making the change in the correct source file this time (see #133)
Jared White 6 years ago
parent
commit
b678e604f0
1 changed files with 1 additions and 1 deletions
  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">
     <div class="col-md-9 col-sm-8">
       <p>
       <p>
         You can place {{ site.forkawesome.name }} icons just about anywhere using the CSS Prefix <code>fa</code> and the icon's
         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).
         brevity, but using a <code>&lt;span&gt;</code> is more semantically correct).
       </p>
       </p>
 {% highlight html %}
 {% highlight html %}