Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Chore: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 1, 2020
1 parent eae297e commit 3a79f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.liquid
Expand Up @@ -5,7 +5,7 @@
<li ><a href="{{ site.links.mailingList }}"><i class="fab fa-google fa-2x"></i>
<span style="display:block;position:relative">Group</span></a></li>
<li ><a href="{{ site.links.github }}" ><i class="fab fa-github fa-2x"></i>
<span style="display:block;position:relative">Github</span></a></li>
<span style="display:block;position:relative">GitHub</span></a></li>
<li ><a href="{{ site.links.twitter }}" ><i class="fab fa-twitter fa-2x"></i>
<span style="display:block;position:relative">Twitter</span></a></li>
<li ><a href="{{ site.links.chat }}" ><i class="fab fa-discord fa-2x"></i>
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/comma-spacing.md
Expand Up @@ -123,7 +123,7 @@ If your project will not be following a consistent comma-spacing pattern, turn t

## Further Reading

* [Javascript](http://javascript.crockford.com/code.html)
* [JavaScript](http://javascript.crockford.com/code.html)
* [Dojo Style Guide](https://dojotoolkit.org/reference-guide/1.9/developer/styleguide.html)


Expand Down

0 comments on commit 3a79f3a

Please sign in to comment.