diff --git a/_posts/05-03-01-The-Basics.md b/_posts/05-03-01-The-Basics.md index 149219f..498630c 100644 --- a/_posts/05-03-01-The-Basics.md +++ b/_posts/05-03-01-The-Basics.md @@ -53,7 +53,7 @@ if ($str !== false) { No type casting will occur, and that's why your logic is fine. -### Unneded if/else and ternary +### Unnecessary if/else and ternary Beginners very often tend to write following code: