Skip to content

Commit 1507fb0

Browse files
committed
refactor(README.md): fix typos in readme file
1 parent 0895502 commit 1507fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Monorepo with packages for setting up ESLint and Typescript for any new React Na
44

55
## Presentation
66

7-
The goal of the project is too have a set of configuration files that can be easily imported into a new project, which would reduce the burden of starting new projects.
7+
The goal of the project is to have a set of configuration files that can be easily imported into a new project, which would reduce the burden of starting new projects.
88

99
This repo uses [lerna](https://lerna.js.org/) to maintain, version and publish various packages for configuring ESLint and Typescript.
1010

@@ -39,7 +39,7 @@ Here are some useful commands:
3939

4040
We use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to automate the release process.
4141

42-
> If you add a new rule to a config, this is a breaking change, because it could make the CI fail on projects that use the plugin. The commit name where you add the new rule needs to follow this patern `BREAKING CHANGE : the description of your commit`
42+
> If you add a new rule to a config, this is a breaking change, because it could make the CI fail on projects that use the plugin. The commit name where you add the new rule needs to follow this pattern `BREAKING CHANGE : the description of your commit`
4343
4444
## Publishing a new version of a package
4545

@@ -68,7 +68,7 @@ It will then push a tagged commit `chore(release): Publish` which will then trig
6868

6969
## Unpublish a package version
7070

71-
If you want to unpublish a package, you have to be contributor of @bam.tech/eslint-plugin (in this case for the eslint plugin). Use the following commad :
71+
If you want to unpublish a package, you have to be contributor of @bam.tech/eslint-plugin (in this case for the eslint plugin). Use the following command :
7272
`npm unpublish @bam.tech/eslint-plugin@X.Y.Z`
7373

7474
## Running commands

0 commit comments

Comments
 (0)