From fb6b35f54fbf2a27b7119ddcbf19dc8d2d9f0153 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 11 Jun 2021 17:05:34 -0500 Subject: [PATCH] Fix misspelling --- helpers/incremental/caching.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/incremental/caching.test.js b/helpers/incremental/caching.test.js index 8e38de1..f604b0d 100644 --- a/helpers/incremental/caching.test.js +++ b/helpers/incremental/caching.test.js @@ -26,7 +26,7 @@ test('Can cache publish folder', async (t) => { // we check if a cached file already exists if ( await hasCachedPublishFolder() ) { - t.log(`Found cached publich folder at ${ CACHE_PATH }`) + t.log(`Found cached publish folder at ${ CACHE_PATH }`) t.pass() return