From 05a7559ed4dabe4dfa0f3f7010df459a5b41dd86 Mon Sep 17 00:00:00 2001 From: Olivier Tille Date: Mon, 29 Mar 2021 16:05:31 +0200 Subject: [PATCH] Fixing typo --- docs/content/using-npm/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/using-npm/workspaces.md b/docs/content/using-npm/workspaces.md index 28fccd2200c32..cb9c5ed4a3c79 100644 --- a/docs/content/using-npm/workspaces.md +++ b/docs/content/using-npm/workspaces.md @@ -90,7 +90,7 @@ nested workspaces to be consumed elsewhere. ### Running commands in the context of workspaces -You man use the `workspace` configuration option to run commands in the context +You may use the `workspace` configuration option to run commands in the context of a configured workspace. Following is a quick example on how to use the `npm run` command in the context