We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5799e + e7d3426 commit 0f58634Copy full SHA for 0f58634
lib/ldp.js
@@ -367,7 +367,7 @@ class LDP {
367
} catch (err) {
368
testName = false
369
370
- // item do not exist, check one level up the tree
+ // item does not exist, check one level up the tree
371
if (itemUrl.endsWith('/')) itemUrl = itemUrl.substring(0, itemUrl.length - 1)
372
itemUrl = itemUrl.substring(0, itemUrl.lastIndexOf('/') + 1)
373
const { pathname } = this.resourceMapper._parseUrl(itemUrl) // (url.url || url)
0 commit comments