Merge pull request #8974 from abpframework/liangshiwei/docs-patch-1

Update features document
pull/8975/head
maliming 4 years ago committed by GitHub
commit 494178cfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,9 +146,9 @@ A feature should be defined to be able to check it.
### FeatureDefinitionProvider
Create a class inheriting the `FeatureDefinitionProvider` to define permissions.
Create a class inheriting the `FeatureDefinitionProvider` to define features.
**Example: Defining permissions**
**Example: Defining features**
```csharp
using Volo.Abp.Features;

Loading…
Cancel
Save