Skip to content

Commit

Permalink
Merge pull request googleapis#186 from marcgel/master
Browse files Browse the repository at this point in the history
docs: Fix spelling of "delimeter".
  • Loading branch information
stephenplusplus committed Sep 5, 2014
2 parents ddd5b7c + 47eeab9 commit b2721e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/storage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2721e0

Please sign in to comment.