From 8ea963c28aaa58fbaa9fde572e344167edaa9153 Mon Sep 17 00:00:00 2001 From: SujayPrabhu96 Date: Fri, 24 Sep 2021 23:25:31 +0530 Subject: [PATCH] Update sentence for initializer in folder structure --- .../latest/development/local-plugins-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/development/local-plugins-customization.md b/docs/developer-docs/latest/development/local-plugins-customization.md index 177fd3e970..c3232ca56c 100644 --- a/docs/developer-docs/latest/development/local-plugins-customization.md +++ b/docs/developer-docs/latest/development/local-plugins-customization.md @@ -41,7 +41,7 @@ plugin/ | └─── components/ # Contains the list of React components used by the plugin | └─── containers/ | | └─── App/ # Container used by every others containers -| | └─── Initializer/ # This container is required, it is used to executed logic right after the plugin is mounted. +| | └─── Initializer/ # This container is required to execute the logic soon after the plugin is mounted. | └─── translations/ # Contains the translations to make the plugin internationalized | └─── en.json | └─── index.js # File that exports all the plugin's translations.