Skip to content

Commit 057157b

Browse files
bourgeoaTallTed
andauthored
Update lib/ldp.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 8018f1f commit 057157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ class LDP {
585585

586586
let itemName = slug.endsWith(extension) || slug.endsWith(this.suffixAcl) || slug.endsWith(this.suffixMeta) ? slug : slug + extension
587587
try {
588-
// check resource exists
588+
// check whether resource exists
589589
const context = container ? '/' : ''
590590
await this.resourceMapper.mapUrlToFile({ url: (requestUrl + itemName + context) })
591591
itemName = `${uuid.v1()}-${itemName}`

0 commit comments

Comments
 (0)