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

Fix typos #798

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this change must be made in the main eslint/eslint repo because that’s the source of our docs. Making the change here will only update the live site and will disappear in the next release.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the heads up @nzakas 👍

eslint/eslint#13730

* [Dojo Style Guide](https://dojotoolkit.org/reference-guide/1.9/developer/styleguide.html)


Expand Down