Skip to content

Commit 26f0381

Browse files
committed
Fix wording.
1 parent f319c2f commit 26f0381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Bucket.prototype.createWriteStream = function(name, metadata) {
372372
/**
373373
* Write the provided data to the destination with optional metadata.
374374
*
375-
* @param {string} name - Name of the remote file toc reate.
375+
* @param {string} name - Name of the remote file to create.
376376
* @param {object|string|buffer} options - Configuration object or data.
377377
* @param {object=} options.metadata - Optional metadata.
378378
* @param {function=} callback - The callback function.

0 commit comments

Comments
 (0)