diff options
Diffstat (limited to 'src/node/index.js')
-rw-r--r-- | src/node/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/index.js b/src/node/index.js index 4b5302e438..ad3dd96af7 100644 --- a/src/node/index.js +++ b/src/node/index.js @@ -78,7 +78,7 @@ function load(filename) { /** * Get a function that a client can use to update metadata with authentication * information from a Google Auth credential object, which comes from the - * googleauth library. + * google-auth-library. * @param {Object} credential The credential object to use * @return {function(Object, callback)} Metadata updater function */ |