From f889c8089befce2820a64c3b015013966f96e27a Mon Sep 17 00:00:00 2001 From: chrisgarber <30669660+chrisgarber@users.noreply.github.com> Date: Mon, 6 May 2024 14:34:36 -0500 Subject: [PATCH] Update Plugins.md (#5859) fix typo --- docs/modules/Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/Plugins.md b/docs/modules/Plugins.md index 40872ec76..9089d166e 100644 --- a/docs/modules/Plugins.md +++ b/docs/modules/Plugins.md @@ -182,4 +182,4 @@ grapesjs.init({ ## Boilerplate -For fast plugin development, we highly recommend using [grapesjs-cli](https://github.com/GrapesJS/cli) which helps to avoid the hassle of setting up all the dependencies and configurations for development and building (no need to touch Webpack o Babel configurations). For more information check the repository. +For fast plugin development, we highly recommend using [grapesjs-cli](https://github.com/GrapesJS/cli) which helps to avoid the hassle of setting up all the dependencies and configurations for development and building (no need to touch Webpack or Babel configurations). For more information check the repository.