Skip to content

Commit

Permalink
Merge pull request redwoodjs#213 from janimo/janimo-fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling.
  • Loading branch information
peterp authored Mar 11, 2020
2 parents c12e6c3 + 2a40e4e commit e850eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const createProjectTasks = ({ newAppDir }) => {
const installNodeModulesTasks = ({ newAppDir }) => {
return [
{
title: 'Checking node and yarn compatability',
title: 'Checking node and yarn compatibility',
task: () => {
return new Promise((resolve, reject) => {
const { engines } = require(path.join(newAppDir, 'package.json'))
Expand Down

0 comments on commit e850eca

Please sign in to comment.