diff --git a/docs/git_branch_lockfiles.md b/docs/git_branch_lockfiles.md index 6dcaeca59f85..f56ffeb7bcde 100644 --- a/docs/git_branch_lockfiles.md +++ b/docs/git_branch_lockfiles.md @@ -10,7 +10,7 @@ Git branch lockfiles allows you to totally avoid lockfile merge conflicts and so You can turn on this feature by configuring the `.npmrc` file. ```ini -git-branch-lockfiles=true +git-branch-lockfile=true ``` By doing this, lockfile name will be generated based on the current branch name.