Skip to content

Commit

Permalink
fix(gatsby-dev-cli): Minor typo fix in comment (#17149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristyOommen authored and GatsbyJS Bot committed Aug 28, 2019
1 parent 722a794 commit 2aa76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ gatsby-dev --set-path-to-repo /path/to/my/cloned/version/gatsby
const monoRepoPackages = fs.readdirSync(path.join(gatsbyLocation, `packages`))

const localPkg = JSON.parse(fs.readFileSync(`package.json`))
// intersect dependencies with monoRepoPackags to get list of packages that are used
// intersect dependencies with monoRepoPackages to get list of packages that are used
let localPackages = _.intersection(
monoRepoPackages,
Object.keys(_.merge({}, localPkg.dependencies, localPkg.devDependencies))
Expand Down

0 comments on commit 2aa76a6

Please sign in to comment.