From 227c9232c6aef5b7445013e64ebe1706bd9bc978 Mon Sep 17 00:00:00 2001 From: Danny Andrews Date: Sat, 28 Oct 2017 19:17:05 -0500 Subject: [PATCH] Fix typo --- src/rules/no-useless-path-segments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/no-useless-path-segments.js b/src/rules/no-useless-path-segments.js index 6b42c1e17b..27e3a7ec3d 100644 --- a/src/rules/no-useless-path-segments.js +++ b/src/rules/no-useless-path-segments.js @@ -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. * * ../ -> ..