diff --git a/lib/storage/index.js b/lib/storage/index.js index 6330947d549..73a32ba7426 100644 --- a/lib/storage/index.js +++ b/lib/storage/index.js @@ -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.