From 2b0c5e7a6e9036a88396d8860dace96ac0250501 Mon Sep 17 00:00:00 2001 From: AlexNodex Date: Mon, 28 Dec 2020 20:32:12 +0000 Subject: [PATCH] Update README.md (#21) Typo - brakes -> breaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a71cdf7..ec18de0 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,7 @@ let isEmpty = false; ### 💩 Long-read functions are better than short ones. -Don't divide a program logic into readable pieces. What if your IDE's search brakes and you will not be able to find the necessary file or function? +Don't divide a program logic into readable pieces. What if your IDE's search breaks and you will not be able to find the necessary file or function? - 10000 lines of code in one file is OK. - 1000 lines of a function body is OK.