Skip to content

Commit

Permalink
fix: comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 10, 2021
1 parent 3bae432 commit b8b459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/babel/extract-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const componentRelatedMetrics = async (
.map(f => path.resolve(filePath, f))
.filter(f => fs.existsSync(f))
: [];
//add local dependecnies from same folder to include in coverage.
//add local dependencies from same folder to include in coverage.
if (component.localDependencies) {
Object.keys(component.localDependencies)
.filter(f => f.startsWith(`.${path.sep}`))
Expand Down

0 comments on commit b8b459c

Please sign in to comment.