Skip to content

Commit

Permalink
fix(gatsby-dev-cli): typo (#17176)
Browse files Browse the repository at this point in the history
  • Loading branch information
abinjoseph2021 authored and GatsbyJS Bot committed Aug 29, 2019
1 parent 77dad68 commit b0e9eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/src/utils/traverse-package-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const path = require(`path`)

/**
* Compile final list of packages to watch
* This will include packages explictely defined packages and all their dependencies
* This will include packages explicitly defined packages and all their dependencies
* Also creates dependency graph that is used later to determine which packages
* would need to be published when their dependencies change
* @param {Object} $0
Expand Down

0 comments on commit b0e9eaf

Please sign in to comment.