Skip to content

Commit

Permalink
Merge pull request #185 from marcgel/master
Browse files Browse the repository at this point in the history
docs: Fix wording.
  • Loading branch information
stephenplusplus committed Sep 5, 2014
2 parents f319c2f + 26f0381 commit ddd5b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Bucket.prototype.createWriteStream = function(name, metadata) {
/**
* Write the provided data to the destination with optional metadata.
*
* @param {string} name - Name of the remote file toc reate.
* @param {string} name - Name of the remote file to create.
* @param {object|string|buffer} options - Configuration object or data.
* @param {object=} options.metadata - Optional metadata.
* @param {function=} callback - The callback function.
Expand Down

0 comments on commit ddd5b7c

Please sign in to comment.