diff --git a/guide/english/php/if-else-statement/index.md b/guide/english/php/if-else-statement/index.md index d602a255df..3f406fef25 100644 --- a/guide/english/php/if-else-statement/index.md +++ b/guide/english/php/if-else-statement/index.md @@ -90,26 +90,24 @@ For instance: ## Ternary Operators -Another option to consider when using short If/Else statements is the ternary operator. +Another important option to consider when using short If/Else statements is the ternary operator. -For instance: - -``` -PHP Alternative syntax for control structures