From ad08006b6bdf983f770468b007d732804b8ba05e Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 31 May 2023 16:36:22 +0800 Subject: [PATCH] Update docs/en/API/Auto-API-Controllers.md Co-authored-by: Qingxiao Ren --- docs/en/API/Auto-API-Controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/API/Auto-API-Controllers.md b/docs/en/API/Auto-API-Controllers.md index 6677b0d66d..7eeebe3f51 100644 --- a/docs/en/API/Auto-API-Controllers.md +++ b/docs/en/API/Auto-API-Controllers.md @@ -176,7 +176,7 @@ In addition to [Overriding a Controller](../Customizing-Application-Modules-Over They have the same [route](https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/routing?view=aspnetcore-7.0), but can have **different** input and output parameters. -### Replace built-in AbpApplicationLocalizationController +### Replace built-in AbpApplicationConfigurationController The `ReplaceControllersAttribute` indicate the replaced controller type.