Skip to content

Commit f564fa7

Browse files
authored
Update README.md
Typos
1 parent 9b00e0d commit f564fa7

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
@@ -22,7 +22,7 @@ There is also an example app under `packages/example-app` whose goal is to demon
2222
- build the eslint-plugin: `yarn workspace @bam.tech/eslint-plugin build`
2323
- test the errors: `yarn workspace example-app lint`
2424

25-
✅ Check : in the example-app in eslint-breaking-examples you should see the eslint errors.
25+
✅ Check: in the example-app in eslint-breaking-examples you should see the eslint errors.
2626

2727
## Modifying the project
2828

@@ -40,7 +40,7 @@ Here are some useful commands:
4040

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

43-
> 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`
43+
> 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`
4444
4545
## Publishing a new version of a package
4646

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

7070
## Unpublish a package version
7171

72-
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 :
72+
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:
7373
`npm unpublish @bam.tech/eslint-plugin@X.Y.Z`
7474

7575
## Running commands

0 commit comments

Comments
 (0)