Skip to content

Commit

Permalink
Fix typo in Contributing
Browse files Browse the repository at this point in the history
Closes GH-1427.

Reviewed-by: Christian Murphy <[email protected]>
Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
lachlanjc authored Jan 4, 2021
1 parent 2348c21 commit d558ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ prevent you from doing unnecessary work.
2. `yarn test`

Tests for an individual package can be run as a yarn workspace:
`yarn workspace remark-mdx test`. To see what packages ar available to test
`yarn workspace remark-mdx test`. To see what packages are available to test
you can list out all workspaces with `yarn workspaces info`.

## Running the docs site
Expand Down

0 comments on commit d558ffd

Please sign in to comment.