Skip to content

Commit

Permalink
Vale fixes 😊
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Apr 23, 2024
1 parent 5a88c16 commit f01fcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/themes/grapesjs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To create a Plugin for the GrapesJS Builder, you need to create a new Bundle in
Due to the ``export default``, you can use this Plugin in a fork, customizing the source files with ``import GrapesJSCustomPlugin from 'path'``. But this isn't required - you can also write a plain JS function as described in the :xref:`grapesjs-plugins` documentation.

3. Add the Javascript file - compiled or source - to the ``AssetSubscriber`` of your plugin-bundle:
3. Add the JavaScript file - compiled or source - to the ``AssetSubscriber`` of your Plugin bundle:

.. code-block:: php
Expand Down

0 comments on commit f01fcca

Please sign in to comment.