We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907617b commit bd5d9efCopy full SHA for bd5d9ef
README.md
@@ -367,7 +367,7 @@ for it and it's quite possibly the worst sin you can commit as a professional
367
developer. Duplicate code means there's more than one place to alter something
368
if you need to change some logic. JavaScript is untyped, so it makes having
369
generic functions quite easy. Take advantage of that! Tools like
370
-[jsinpect](https://github.com/danielstjules/jsinspect) can help you find duplicate
+[jsinspect](https://github.com/danielstjules/jsinspect) can help you find duplicate
371
code eligible for refactoring.
372
373
**Bad:**
0 commit comments