Skip to content

Commit 0f58634

Browse files
committed
Merge branch 'resourceName' of https://github.com/solid/node-solid-server into resourceName
2 parents ff5799e + e7d3426 commit 0f58634

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)