Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/build/src/log/messages/core_commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/build/tests/plugins/snapshots/tests.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)␊
Expand Down Expand Up @@ -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)␊
Expand Down
Binary file modified packages/build/tests/plugins/snapshots/tests.js.snap
Binary file not shown.