Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e808e2

Browse files
Merge pull request ryanmcdermott#289 from justin0022/patch-1
Update README.md
2 parents 54492ac + ba9797e commit 2e808e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ createMenu({
291291

292292
This is by far the most important rule in software engineering. When functions
293293
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
294+
When you can isolate a function to just one action, it can be refactored
295295
easily and your code will read much cleaner. If you take nothing else away from
296296
this guide other than this, you'll be ahead of many developers.
297297

0 commit comments

Comments
 (0)