Skip to content

Commit b2721e0

Browse files
Merge pull request #186 from marcgel/master
docs: Fix spelling of "delimeter".
2 parents ddd5b7c + 47eeab9 commit b2721e0

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)