Skip to content

Commit bd5d9ef

Browse files
committed
Fix package name, s/jsinpect/jsinspect
1 parent 907617b commit bd5d9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ for it and it's quite possibly the worst sin you can commit as a professional
367367
developer. Duplicate code means there's more than one place to alter something
368368
if you need to change some logic. JavaScript is untyped, so it makes having
369369
generic functions quite easy. Take advantage of that! Tools like
370-
[jsinpect](https://github.com/danielstjules/jsinspect) can help you find duplicate
370+
[jsinspect](https://github.com/danielstjules/jsinspect) can help you find duplicate
371371
code eligible for refactoring.
372372

373373
**Bad:**

0 commit comments

Comments
 (0)