Skip to content

Commit

Permalink
Merge pull request #1584 from danicheg/contributing-guide
Browse files Browse the repository at this point in the history
Fix typos in the `CONTRIBUTING.md`
  • Loading branch information
bjaglin committed Mar 30, 2022
2 parents afced07 + 88b0ec3 commit 5d7e72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -24,7 +24,7 @@ for Scalafix testkit.

## Testing

Start an sbt shell with `$ sbt`. The commands below assume you have a running
Start the SBT shell with `$ sbt`. The commands below assume you have a running
sbt shell.

```sh
Expand Down Expand Up @@ -58,7 +58,7 @@ The scalafix documentation website uses [Docusaurus](https://docusaurus.io/) and
[mdoc](https://github.com/olafurpg/mdoc).

First, make sure you have the [yarn](https://yarnpkg.com/en/) package manager
installed installed.
installed.

Next, start sbt and compile the markdown documentation. The documentation will
re-generate on file save.
Expand All @@ -81,7 +81,7 @@ or tweak the landing page.

## Binary Compatibility

To avoid breaking binary compatiblity we use the Migration Manage for Scala or
To avoid breaking binary compatibility we use the Migration Manage for Scala or
[Mima](https://github.com/lightbend/migration-manager) for short.

Anything under the package `scalafix.internal._` does not have compatibility
Expand Down

0 comments on commit 5d7e72c

Please sign in to comment.