diff --git a/docs/en/Getting-Started-Console-Application.md b/docs/en/Getting-Started-Console-Application.md index 006e447f0f..00c3d1e0a2 100644 --- a/docs/en/Getting-Started-Console-Application.md +++ b/docs/en/Getting-Started-Console-Application.md @@ -66,7 +66,7 @@ namespace AbpConsoleDemo ### Hello World! -The application above does nothing. Let's create a service does something: +The application above does nothing. Let's create a service that does something: ````C# using System;