We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f319c2f commit 26f0381Copy full SHA for 26f0381
lib/storage/index.js
@@ -372,7 +372,7 @@ Bucket.prototype.createWriteStream = function(name, metadata) {
372
/**
373
* Write the provided data to the destination with optional metadata.
374
*
375
- * @param {string} name - Name of the remote file toc reate.
+ * @param {string} name - Name of the remote file to create.
376
* @param {object|string|buffer} options - Configuration object or data.
377
* @param {object=} options.metadata - Optional metadata.
378
* @param {function=} callback - The callback function.
0 commit comments