From afb3f95532dacc16ee694675ac1761384f3ad536 Mon Sep 17 00:00:00 2001 From: Lachlan Campbell Date: Sun, 3 Jan 2021 18:53:22 -0500 Subject: [PATCH] Fix typo on Contributing --- docs/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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