Ver Fonte

Merge pull request #133 from jaredcwhite/patch-1

Fix typo to say Fork
Helmut K. C. Tessarek há 6 anos atrás
pai
commit
4f21dfac92
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -224,7 +224,7 @@
     <div class="col-md-9 col-sm-8">
       <p>
         You can place Fork Awesome 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>
 <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;i</span> <span class="na">class=</span><span class="s">"fa fa-camera-retro"</span><span class="nt">&gt;&lt;/i&gt;</span> fa-camera-retro</code></pre></figure>