Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 4b492ad

Browse files
brettz9vilchik-elena
authored andcommitted
fix typos and grammar nits in readme (#108)
1 parent 8eec22a commit 4b492ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# eslint-plugin-sonarjs [![npm version](https://badge.fury.io/js/eslint-plugin-sonarjs.svg)](https://badge.fury.io/js/eslint-plugin-sonarjs) [![Build Status](https://travis-ci.org/SonarSource/eslint-plugin-sonarjs.svg?branch=master)](https://travis-ci.org/SonarSource/eslint-plugin-sonarjs) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=eslint-plugin-sonarjs&metric=alert_status)](https://sonarcloud.io/dashboard?id=eslint-plugin-sonarjs) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=eslint-plugin-sonarjs&metric=coverage)](https://sonarcloud.io/dashboard?id=eslint-plugin-sonarjs)
22

3-
SonarJS rules for ESLint detecting bugs and suspicious patterns in your code.
3+
SonarJS rules for ESLint to detect bugs and suspicious patterns in your code.
44

55
_[We also have a plugin for TSLint](https://github.com/SonarSource/SonarTS)_
66

77
## Rules
88

99
### Bug Detection :bug:
1010

11-
Rules in this category aim to find places in code which have a high chance to be bugs, i.e. don't work as indented.
11+
Rules in this category aim to find places in code which have a high chance of being bugs, i.e. don't work as intended.
1212

1313
* All branches in a conditional structure should not have exactly the same implementation ([`no-all-duplicated-branches`])
1414
* Collection elements should not be replaced unconditionally ([`no-element-overwrite`])
@@ -63,7 +63,7 @@ Node.js (>=6.x).
6363

6464
## Usage
6565

66-
* If you don't have ESLint yet configured for your project follow [these instructions](https://github.com/eslint/eslint#installation-and-usage).
66+
* If you don't have ESLint yet configured for your project, follow [these instructions](https://github.com/eslint/eslint#installation-and-usage).
6767
* Install `eslint-plugin-sonarjs` using `npm` (or `yarn`) for you project or globally:
6868

6969
```sh
@@ -101,4 +101,4 @@ npm install eslint-plugin-sonarjs -g # or install globally
101101

102102
## Contributing
103103

104-
You want to participate to the development of the project? Have a look at our [contributing](./docs/CONTRIBUTING.md) guide!
104+
You want to participate in the development of the project? Have a look at our [contributing](./docs/CONTRIBUTING.md) guide!

0 commit comments

Comments
 (0)