Skip to content

Commit 2bd652d

Browse files
authored
Fix typo in NPM doc
1 parent 4a07fe1 commit 2bd652d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

universions/npm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_npm_version(npm_path: Optional[Union[Path, str]] = None) -> Optional[Ver
1515
Args:
1616
npm_path: The path to `npm` to check. If not defined, it uses "npm"
1717
Returns:
18-
The Node version.
18+
The NPM version.
1919
2020
"""
2121
if npm_path is None:

0 commit comments

Comments
 (0)