Skip to content

Commit f468fa3

Browse files
authored
Docs: Fix incorrect property name (pnpm#464)
The .npmrc config page includes the correct property name, which is singular, not plural.
1 parent 8b55774 commit f468fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/git_branch_lockfiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Git branch lockfiles allows you to totally avoid lockfile merge conflicts and so
1010
You can turn on this feature by configuring the `.npmrc` file.
1111

1212
```ini
13-
git-branch-lockfiles=true
13+
git-branch-lockfile=true
1414
```
1515

1616
By doing this, lockfile name will be generated based on the current branch name.

0 commit comments

Comments
 (0)