From daf0ad5c01b248a0cec5fb7f6bb5ac094564601d Mon Sep 17 00:00:00 2001 From: cadmma Date: Sun, 14 Oct 2018 17:11:31 +0100 Subject: [PATCH] Updated the narrative for readability (#18470) --- client/src/pages/guide/english/csharp/hello-world/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/csharp/hello-world/index.md b/client/src/pages/guide/english/csharp/hello-world/index.md index b4e840256ff..d01d6082a2b 100644 --- a/client/src/pages/guide/english/csharp/hello-world/index.md +++ b/client/src/pages/guide/english/csharp/hello-world/index.md @@ -4,7 +4,7 @@ title: Hello World # Hello World -To write some text on console we use the `Console.WriteLine()`. This method takes a string as input. +To write some text on the console we use the `Console.WriteLine()`. This method takes a string as input. ## Example ```csharp