From 46a31385fded27232864c2a6896af4a5e4061a63 Mon Sep 17 00:00:00 2001 From: Eirik Morland <12655-eiriksm@users.noreply.drupalcode.org> Date: Tue, 24 Sep 2024 14:11:34 +0000 Subject: [PATCH] Issue #3476458 by eiriksm: Typo in doc for postinstall.sh --- trial/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trial/postinstall.sh b/trial/postinstall.sh index c871b306c..afdf539a2 100755 --- a/trial/postinstall.sh +++ b/trial/postinstall.sh @@ -1,5 +1,5 @@ # Since we're not using a bundler, we need to manually copy the required -# dependnecies from node_modules +# dependencies from node_modules # # NOTE: Rollup has been evaluated, but even with preserveModules it does not # copy over the required .wasm files or .so files, and preserves the dependencies -- GitLab