diff --git a/packages/build/src/log/messages/core_commands.js b/packages/build/src/log/messages/core_commands.js index fea76476a3..0a679ea867 100644 --- a/packages/build/src/log/messages/core_commands.js +++ b/packages/build/src/log/messages/core_commands.js @@ -4,7 +4,7 @@ const { log, logArray } = require('../logger') const { THEME } = require('../theme') const logFunctionsNonExistingDir = function (logs, relativeFunctionsSrc) { - log(logs, `The Netlify Functions setting targets a non-exiting directory: ${relativeFunctionsSrc}`) + log(logs, `The Netlify Functions setting targets a non-existing directory: ${relativeFunctionsSrc}`) } // Print the list of Netlify Functions about to be bundled diff --git a/packages/build/tests/plugins/snapshots/tests.js.md b/packages/build/tests/plugins/snapshots/tests.js.md index 6407d995e0..2aa09a38dd 100644 --- a/packages/build/tests/plugins/snapshots/tests.js.md +++ b/packages/build/tests/plugins/snapshots/tests.js.md @@ -1278,7 +1278,7 @@ Generated by [AVA](https://ava.li). 1. Functions bundling ␊ ────────────────────────────────────────────────────────────────␊ ␊ - The Netlify Functions setting targets a non-exiting directory: missing␊ + The Netlify Functions setting targets a non-existing directory: missing␊ ␊ (Functions bundling completed in 1ms)␊ ␊ @@ -4033,7 +4033,7 @@ Generated by [AVA](https://ava.li). 2. Functions bundling ␊ ────────────────────────────────────────────────────────────────␊ ␊ - The Netlify Functions setting targets a non-exiting directory: missing␊ + The Netlify Functions setting targets a non-existing directory: missing␊ ␊ (Functions bundling completed in 1ms)␊ ␊ diff --git a/packages/build/tests/plugins/snapshots/tests.js.snap b/packages/build/tests/plugins/snapshots/tests.js.snap index 03ecf9a811..53198eade8 100644 Binary files a/packages/build/tests/plugins/snapshots/tests.js.snap and b/packages/build/tests/plugins/snapshots/tests.js.snap differ