diff --git a/src/pages/docs/if-else-statement.mdx b/src/pages/docs/if-else-statement.mdx index 4de7551b..0bd31aac 100644 --- a/src/pages/docs/if-else-statement.mdx +++ b/src/pages/docs/if-else-statement.mdx @@ -1,6 +1,6 @@ --- title: Java if...else Statement -description: n this tutorial, you will learn about control flow statements using Java if and if...else statements with the help of examples. +description: In this tutorial, you will learn about control flow statements using Java if and if...else statements with the help of examples. ---