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
path: root/src/doc
diff options
context:
space:
mode:
authorJared White <jared@jaredwhite.com>2018-11-30 00:44:54 +0300
committerGitHub <noreply@github.com>2018-11-30 00:44:54 +0300
commitb678e604f08fe914be1502067aab6b805d80f234 (patch)
tree65120d8941a3f6d37a258f72179b93d450c3061d /src/doc
parent9a147d20b8cd7660c0326b79b76a57849a06f615 (diff)
Fix typo to say Fork (2nd attempt)
Making the change in the correct source file this time (see #133)
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/_includes/examples/basic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/_includes/examples/basic.html b/src/doc/_includes/examples/basic.html
index 797ce5d69..dbccc7166 100644
--- a/src/doc/_includes/examples/basic.html
+++ b/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 %}