From 26f0381c3a51528a93757c721b805cbd3213bfdd Mon Sep 17 00:00:00 2001 From: marcgel Date: Fri, 5 Sep 2014 15:06:07 -0700 Subject: [PATCH] Fix wording. --- lib/storage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.