Skip to content

Commit 08886af

Browse files
zg009TallTed
andauthored
Update lib/handlers/put.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 1a8987e commit 08886af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/put.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const RESERVED_SUFFIXES = ['.acl', '.meta']
1616
* @returns {boolean} true is fail - if the path contains reserved suffixes
1717
*/
1818
function containsInvalidSuffixes (path) {
19-
// if it is a container, no suffix so remove last slash
19+
// if it is a container, no suffix, so remove last slash
2020
if (path.endsWith('/')) {
2121
path = path.slice(0, -1)
2222
} else {

0 commit comments

Comments
 (0)