diff --git a/content/BCBestPractices/Readability/unnecessary-else/index.md b/content/BCBestPractices/Readability/unnecessary-else/index.md index de29e469..c3b0f301 100644 --- a/content/BCBestPractices/Readability/unnecessary-else/index.md +++ b/content/BCBestPractices/Readability/unnecessary-else/index.md @@ -6,7 +6,7 @@ weight = 1270 <_Created by Microsoft, Described by waldo_\> ## Description -`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quite`, `error`. +`else` should not be used when the last action in the `then` part is an `exit`, `break`, `skip`, `quit`, `error`. ## Bad code