From 0a72c5adfdee129dfc8623a9f2e6898962a84e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E5=BC=BA=20=E6=9D=8E?= Date: Wed, 7 Oct 2020 18:43:38 +0800 Subject: [PATCH] Update Customization-User-Interface.md typo Chinese Tanslation --- docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md b/docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md index 7daf6c5d4b..c94c29d27f 100644 --- a/docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md +++ b/docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md @@ -70,7 +70,7 @@ namespace Acme.BookStore.Web.Pages.Identity.Users 在这种情况下; -1. 像上面描述过的那术重写C#页面模型类,但不需要替换已存在的页面模型类. +1. 像上面描述过的那样重写C#页面模型类,但不需要替换已存在的页面模型类. 2. 像上面描述过的那样重写Razor页面,并且更改@model指向新的页面模型 #### 示例