From b348b4bcb13f1785e8266830fb4e06f460cfc282 Mon Sep 17 00:00:00 2001 From: Alain Bourgeois Date: Wed, 27 Dec 2023 12:12:18 +0100 Subject: [PATCH] Update lib/ldp.js Co-authored-by: Ted Thibodeau Jr --- lib/ldp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ldp.js b/lib/ldp.js index c24cc12b0..72a586458 100644 --- a/lib/ldp.js +++ b/lib/ldp.js @@ -158,7 +158,7 @@ class LDP { extension = '' } - // allways return a valid URL. + // always return a valid URL. const resourceUrl = await ldp.getAvailableUrl(hostname, containerPath, { slug, extension, container }) debug.handlers('POST -- Will create at: ' + resourceUrl)