Navigation Menu

Skip to content

Commit

Permalink
Docs: Fix typos (#13730)
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 9, 2020
1 parent cc468c0 commit 2c6d774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![NPM version](https://img.shields.io/npm/v/eslint.svg)](https://www.npmjs.com/package/eslint)
[![npm version](https://img.shields.io/npm/v/eslint.svg)](https://www.npmjs.com/package/eslint)
[![Downloads](https://img.shields.io/npm/dm/eslint.svg)](https://www.npmjs.com/package/eslint)
[![Build Status](https://github.com/eslint/eslint/workflows/CI/badge.svg)](https://github.com/eslint/eslint/actions)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint?ref=badge_shield)
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/comma-spacing.md
Expand Up @@ -113,7 +113,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
2 changes: 1 addition & 1 deletion packages/eslint-config-eslint/README.md
@@ -1,4 +1,4 @@
[![NPM version][npm-image]][npm-url]
[![npm version][npm-image]][npm-url]

# ESLint Configuration

Expand Down

0 comments on commit 2c6d774

Please sign in to comment.