Browse Source

Fix grammar.

pull/582/head
Donovan Edye 8 years ago
committed by GitHub
parent
commit
3e61e2b7d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Getting-Started-Console-Application.md

2
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;

Loading…
Cancel
Save