We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54492ac + ba9797e commit 2e808e2Copy full SHA for 2e808e2
README.md
@@ -291,7 +291,7 @@ createMenu({
291
292
This is by far the most important rule in software engineering. When functions
293
do more than one thing, they are harder to compose, test, and reason about.
294
-When you can isolate a function to just one action, they can be refactored
+When you can isolate a function to just one action, it can be refactored
295
easily and your code will read much cleaner. If you take nothing else away from
296
this guide other than this, you'll be ahead of many developers.
297
0 commit comments