chore: fixing typo in Plugin Development -> Frontend Development documentation. (#7461)

Signed-off-by: Joeri Damme <joeri.damme@kpn.com>
This commit is contained in:
Joeri Damme 2020-08-14 00:30:21 +02:00 committed by GitHub
parent 331b73801f
commit 0adc210956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Here are its properties:
| id | string | Id of the plugin from the `package.json` |
| initializer | node | Refer to the [Initializer documentation](#initializer) |
| injectedComponents | array | Refer to the [Injected Component documentation](#injected-components) |
| isReady | boolean | The app will load until this proprety is true |
| isReady | boolean | The app will load until this property is true |
| mainComponent | node | The plugin's App container, |
| menu | object | Define where the link of your plugin will be set. Without this your plugin will not display a link in the left menu |
| name | string | The plugin's name retrieved from the package.json |