diff --git a/docs/sources/developers/plugins/legacy/apps.md b/docs/sources/developers/plugins/legacy/apps.md index 8114a3db08f..4bca36ca875 100644 --- a/docs/sources/developers/plugins/legacy/apps.md +++ b/docs/sources/developers/plugins/legacy/apps.md @@ -44,7 +44,7 @@ export class ConfigCtrl { ConfigCtrl.templateUrl = 'components/config/config.html'; ``` -If possible a link to a dashboard or custom page should be shown after enabling the app to guide the user to the appropriate place. +If possible, a link to a dashboard or custom page should be shown after enabling the app to guide the user to the appropriate place. {{< imgbox img="/img/docs/app_plugin_after_enable.png" caption="After enabling" >}}