Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit 677f7bb

Browse files
authored
Update bootstrap-fauna-database.js
added the missing "a" in "databse"
1 parent 159b95d commit 677f7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-fauna-database.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ console.log(chalk.cyan('Creating your FaunaDB Database...\n'))
99
// 1. Check for required enviroment variables
1010
if (!process.env.FAUNADB_SERVER_SECRET) {
1111
console.log(chalk.yellow('Required FAUNADB_SERVER_SECRET enviroment variable not found.'))
12-
console.log(`Make sure you have created your Fauna databse with "netlify addons:create fauna"`)
12+
console.log(`Make sure you have created your Fauna database with "netlify addons:create fauna"`)
1313
console.log(`Then run "npm run bootstrap" to setup your database schema`)
1414
if (insideNetlify) {
1515
process.exit(1)

0 commit comments

Comments
 (0)