We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddd5b7c + 47eeab9 commit b2721e0Copy full SHA for b2721e0
lib/storage/index.js
@@ -131,7 +131,7 @@ function Bucket(options) {
131
* List files from the current bucket.
132
*
133
* @param {object=} query - Query object.
134
- * @param {string} query.delimeter - Results will contain only objects whose
+ * @param {string} query.delimiter - Results will contain only objects whose
135
* names, aside from the prefix, do not contain delimiter. Objects whose
136
* names, aside from the prefix, contain delimiter will have their name
137
* truncated after the delimiter, returned in prefixes. Duplicate prefixes
0 commit comments