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 b4e840256f..d01d6082a2 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