Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
janimo authored Mar 11, 2020
1 parent c12e6c3 commit 2a40e4e
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 2a40e4e

Please sign in to comment.