We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f0381 commit 47eeab9Copy full SHA for 47eeab9
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