Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: fix bracket ambiguity
Browse files Browse the repository at this point in the history
Fixes #5093
  • Loading branch information
domenic committed Apr 18, 2014
1 parent d173bc2 commit 72cecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/npm.md
Expand Up @@ -4,7 +4,7 @@ npm(3) -- node package manager
## SYNOPSIS

var npm = require("npm")
npm.load([configObject], function (er, npm) {
npm.load([configObject, ]function (er, npm) {
// use the npm object, now that it's loaded.

npm.config.set(key, val)
Expand Down

0 comments on commit 72cecd4

Please sign in to comment.