Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-andrews authored and ljharb committed Oct 29, 2017
1 parent dfd1559 commit 227c923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-useless-path-segments.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import resolve from 'eslint-module-utils/resolve'
import moduleVisitor from 'eslint-module-utils/moduleVisitor'

/**
* convert a potentialy relative path from node utils into a true
* convert a potentially relative path from node utils into a true
* relative path.
*
* ../ -> ..
Expand Down

0 comments on commit 227c923

Please sign in to comment.