mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
Fix typo
This commit is contained in:
parent
ed198423d6
commit
7a1249f890
@ -33,11 +33,11 @@
|
||||
### Plugin Development
|
||||
* [Quick start](plugin-development/quick-start.md)
|
||||
* [Plugin Folders and Files Architecture](plugin-development/plugin-architecture.md)
|
||||
* [Back-End Development](plugin-development/backend-development.md)
|
||||
* [Front-End Development](plugin-development/frontend-development.md)
|
||||
* [Front-End Use Cases](plugin-development/frontend-use-cases.md)
|
||||
* [Front-End Helpers](plugin-development/utils.md)
|
||||
* [Front-End UI Components](plugin-development/ui-components.md)
|
||||
* [Back-end Development](plugin-development/backend-development.md)
|
||||
* [Front-end Development](plugin-development/frontend-development.md)
|
||||
* [Front-end Use Cases](plugin-development/frontend-use-cases.md)
|
||||
* [Front-end Helpers](plugin-development/utils.md)
|
||||
* [Front-end UI Components](plugin-development/ui-components.md)
|
||||
|
||||
### Advanced Usage
|
||||
* [Admin panel](advanced/customize-admin.md)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Back-End Development
|
||||
# Back-end Development
|
||||
|
||||
This section explains how the 'backend part' of your plugin works.
|
||||
This section explains how the 'back-end part' of your plugin works.
|
||||
|
||||
## Routes
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Front-End Development
|
||||
# Front-end Development
|
||||
|
||||
This section explains how to create your plugin interface in the admin panel. Refer to the Plugin Development [Quick Start Section](./quick-start.md) to start the project in development mode.
|
||||
|
||||
@ -43,7 +43,7 @@ class App extends React.Component {
|
||||
|
||||
// ...
|
||||
```
|
||||
See the [Front-End Use Cases](./frontend-use-cases.md#handle-user-navigation) for more informations.
|
||||
See the [Front-end Use Cases](./frontend-use-cases.md#handle-user-navigation) for more informations.
|
||||
|
||||
## Data flow
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Front-End Use Cases
|
||||
# Front-end Use Cases
|
||||
|
||||
This section gives use cases examples on front-end plugin development.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user