Skip to content

Commit ede92b9

Browse files
mehagarHaroenv
authored andcommitted
Fix typo (#1038)
1 parent 4b2d673 commit ede92b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en/docs/cli/add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Using `--ignore-workspace-root-check` or `-W` allows a package to be installed
113113
at the workspaces root. This tends not to be desired behaviour, as
114114
dependencies are generally expected to be part of a workspace. For example
115115
`yarn add lerna --ignore-workspace-root-check --dev` at the workspaces root
116-
would allow lerna to be used within the scripts of the root package.json
116+
would allow lerna to be used within the scripts of the root package.json.
117117

118118
##### `yarn add <alias-package>@npm:<package>` <a class="toc" id="toc-yarn-add-alias" href="#toc-yarn-add-alias"></a>
119119

0 commit comments

Comments
 (0)