From 3e61e2b7d42816f2dff960f46a0f82826ead924b Mon Sep 17 00:00:00 2001 From: Donovan Edye Date: Thu, 8 Nov 2018 21:00:51 +1100 Subject: [PATCH] Fix grammar. --- docs/en/Getting-Started-Console-Application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;