From b678e604f08fe914be1502067aab6b805d80f234 Mon Sep 17 00:00:00 2001 From: Jared White Date: Thu, 29 Nov 2018 13:44:54 -0800 Subject: [PATCH] Fix typo to say Fork (2nd attempt) Making the change in the correct source file this time (see #133) --- src/doc/_includes/examples/basic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

You can place {{ site.forkawesome.name }} icons just about anywhere using the CSS Prefix fa and the icon's - name. Font Awesome is designed to be used with inline elements (we like the <i> tag for + name. Fork Awesome is designed to be used with inline elements (we like the <i> tag for brevity, but using a <span> is more semantically correct).

{% highlight html %}