Browse Source

Update features document

pull/8974/head
liangshiwei 5 years ago
parent
commit
e973cfcbca
  1. 4
      docs/en/Features.md

4
docs/en/Features.md

@ -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