Skip to content

Commit e7d3426

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

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
@@ -367,7 +367,7 @@ class LDP {
367367
} catch (err) {
368368
testName = false
369369

370-
// item do not exist, check one level up the tree
370+
// item does not exist, check one level up the tree
371371
if (itemUrl.endsWith('/')) itemUrl = itemUrl.substring(0, itemUrl.length - 1)
372372
itemUrl = itemUrl.substring(0, itemUrl.lastIndexOf('/') + 1)
373373
const { pathname } = this.resourceMapper._parseUrl(itemUrl) // (url.url || url)

0 commit comments

Comments
 (0)