Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared White <jared@jaredwhite.com>2018-11-30 00:34:06 +0300
committerGitHub <noreply@github.com>2018-11-30 00:34:06 +0300
commit721b2acbb4032cf2f4c16bf30f58add16ede70a1 (patch)
tree36a7537db5809e840170d29f6455f4729c497057
parentb75be0147842325a9507f7e3388d7c67f738669a (diff)
Fix typo to say Fork
-rw-r--r--examples/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/index.html b/examples/index.html
index 07c039c5d..42e595899 100644
--- a/examples/index.html
+++ b/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>