From 9d391462a25f637219501e2430ef1f7b89710816 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Fri, 26 Mar 2021 14:05:05 -0500 Subject: [PATCH] docs: fix spelling in workspaces.md file PR-URL: https://github.com/npm/cli/pull/2973 Credit: @sethomas Close: #2973 Reviewed-by: @wraithgar, @nosisky --- 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..ab37cc16c22c6 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 can 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