From 9c0993bb8b547fd2c3bb8d45a2af11e8b0318f22 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 14 Mar 2022 10:19:58 +0800 Subject: [PATCH] Update Features.md Close #11931 --- docs/en/Features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Features.md b/docs/en/Features.md index 3b1869a9a5..7e8802da96 100644 --- a/docs/en/Features.md +++ b/docs/en/Features.md @@ -308,7 +308,7 @@ The example above defines a *Reporting* feature with two children: *PDF Reportin ### Changing Features Definitions of a Depended Module -A class deriving from the `FeatureDefinitionProvider` (just like the example above) can also get the existing permission definitions (defined by the depended [modules](Module-Development-Basics.md)) and change their definitions. +A class deriving from the `FeatureDefinitionProvider` (just like the example above) can also get the existing feature definitions (defined by the depended [modules](Module-Development-Basics.md)) and change their definitions. **Example: Manipulate an existing feature definition** @@ -437,4 +437,4 @@ Use this code inside the `ConfigureServices` of your [module](Module-Development ### Feature Store -`IFeatureStore` is the only interface that needs to be implemented to read the value of features from a persistence source, generally a database system. The Feature Management module implements it and pre-installed in the application startup template. See the [feature management module documentation](https://docs.abp.io/en/abp/latest/Modules/Feature-Management) for more information \ No newline at end of file +`IFeatureStore` is the only interface that needs to be implemented to read the value of features from a persistence source, generally a database system. The Feature Management module implements it and pre-installed in the application startup template. See the [feature management module documentation](https://docs.abp.io/en/abp/latest/Modules/Feature-Management) for more information