From c594845f600f80bd9f47957b997d9382b77233a8 Mon Sep 17 00:00:00 2001 From: ArooshLele Date: Mon, 15 Dec 2025 17:41:37 +0530 Subject: [PATCH 1/2] Update app-plugin-configuration.md Based on the feedback from Ana, I edited plugin to plug-in. Signed-off-by: ArooshLele --- docs/user-guide/app-plugin-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/app-plugin-configuration.md b/docs/user-guide/app-plugin-configuration.md index 77e7f0a5ac..9cdd8106b6 100644 --- a/docs/user-guide/app-plugin-configuration.md +++ b/docs/user-guide/app-plugin-configuration.md @@ -1,4 +1,4 @@ -# App plugin configuration +# App plug-in configuration -The App framework will load plugins from Components such as extensions based upon their enabled status in Zowe configuration. The server caches knowledge of these plugins in the `/app-server/plugins` folder. This location can be customized with the *components.app-server.pluginsDir* variable in the Zowe configuration file. +The App framework will load plug-ins from components such as extensions based upon their enabled status in Zowe configuration. The server caches knowledge of these plug-ins in the `/app-server/plugins` folder. This location can be customized with the *components.app-server.pluginsDir* variable in the Zowe configuration file. From e4a18c469ea934201bdec030d713049c66743315 Mon Sep 17 00:00:00 2001 From: ArooshLele Date: Mon, 15 Dec 2025 17:44:40 +0530 Subject: [PATCH 2/2] Update app-plugin-configuration.md Signed-off-by: ArooshLele --- docs/user-guide/app-plugin-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/app-plugin-configuration.md b/docs/user-guide/app-plugin-configuration.md index 9cdd8106b6..4412b08c05 100644 --- a/docs/user-guide/app-plugin-configuration.md +++ b/docs/user-guide/app-plugin-configuration.md @@ -1,4 +1,4 @@ # App plug-in configuration -The App framework will load plug-ins from components such as extensions based upon their enabled status in Zowe configuration. The server caches knowledge of these plug-ins in the `/app-server/plugins` folder. This location can be customized with the *components.app-server.pluginsDir* variable in the Zowe configuration file. +The App framework will load plug-ins from components such as extensions based upon their enabled status in Zowe configuration. The server caches knowledge of these plug-ins in the `/app-server/plugins` folder. This location can be customized with the `components.app-server.pluginsDir` variable in the Zowe configuration file.