Browse Source

Merge pull request #1201 from lonwern/typo-fix

Typo fix.
pull/1216/head
maliming 7 years ago
committed by GitHub
parent
commit
961cccf2ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Startup-Templates/Mvc.md
  2. 2
      docs/zh-Hans/Startup-Templates/Mvc.md

2
docs/en/Startup-Templates/Mvc.md

@ -140,7 +140,7 @@ This is a project that defines C# client proxies to use the HTTP APIs of the sol
`.HttpApi.Client.ConsoleTestApp` project is a console application created to demonstrate the usage of the client proxies.
Most of time you don't need to manually create C# client proxies, thanks to ABP's [Cynamic C# API Clients](../AspNetCore/Dynamic-CSharp-API-Clients.md) feature.
Most of time you don't need to manually create C# client proxies, thanks to ABP's [Dynamic C# API Clients](../AspNetCore/Dynamic-CSharp-API-Clients.md) feature.
* Depends on the `.Application.Contracts` project to be able to share the same application service interfaces and DTOs with the remote service.

2
docs/zh-Hans/Startup-Templates/Mvc.md

@ -50,7 +50,7 @@ abp new Acme.BookStore --tiered
![bookstore-visual-studio-solution-v3](../images/bookstore-visual-studio-solution-v3.png)
项目组织在`src`和`test`文件夹中. `src`文件夹包含实际应用程序,该应用程序基于前面提到的[DDD]原则(../Domain-Driven-Design.md)进行分层.
项目组织在`src`和`test`文件夹中. `src`文件夹包含实际应用程序,该应用程序基于前面提到的[DDD](../Domain-Driven-Design.md)原则进行分层.
--------------------

Loading…
Cancel
Save