Skip to content

Commit 47eeab9

Browse files
committed
Fix spelling of "delimeter".
1 parent 26f0381 commit 47eeab9

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
@@ -131,7 +131,7 @@ function Bucket(options) {
131131
* List files from the current bucket.
132132
*
133133
* @param {object=} query - Query object.
134-
* @param {string} query.delimeter - Results will contain only objects whose
134+
* @param {string} query.delimiter - Results will contain only objects whose
135135
* names, aside from the prefix, do not contain delimiter. Objects whose
136136
* names, aside from the prefix, contain delimiter will have their name
137137
* truncated after the delimiter, returned in prefixes. Duplicate prefixes

0 commit comments

Comments
 (0)