diff --git a/docs/contributing.mdx b/docs/contributing.mdx index 424c34bcc..e1d5ec6bb 100644 --- a/docs/contributing.mdx +++ b/docs/contributing.mdx @@ -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