From 47eeab94177a5c3f8a4dda606d27642538b89936 Mon Sep 17 00:00:00 2001 From: marcgel Date: Fri, 5 Sep 2014 15:11:25 -0700 Subject: [PATCH] Fix spelling of "delimeter". --- lib/storage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/index.js b/lib/storage/index.js index 73a32ba7426..49e272e75c9 100644 --- a/lib/storage/index.js +++ b/lib/storage/index.js @@ -131,7 +131,7 @@ function Bucket(options) { * List files from the current bucket. * * @param {object=} query - Query object. - * @param {string} query.delimeter - Results will contain only objects whose + * @param {string} query.delimiter - Results will contain only objects whose * names, aside from the prefix, do not contain delimiter. Objects whose * names, aside from the prefix, contain delimiter will have their name * truncated after the delimiter, returned in prefixes. Duplicate prefixes