From 22b2d4d412e5bdc9d19283e536c6913499cd50e4 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:13:59 +0530 Subject: [PATCH] Minor change for readability (#27938) --- docs/sources/developers/plugins/legacy/apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >}}