Skip to content

Commit d0153fc

Browse files
bourgeoaTallTed
andauthored
Update lib/handlers/put.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 0bbb3d3 commit d0153fc

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
@@ -11,7 +11,7 @@ async function handler (req, res, next) {
1111
res.header('MS-Author-Via', 'SPARQL')
1212
const contentType = req.get('content-type')
1313

14-
// check if a folder or resource with same name exists
14+
// check whether a folder or resource with same name exists
1515
try {
1616
const ldp = req.app.locals.ldp
1717
await ldp.checkItemName(req)

0 commit comments

Comments
 (0)