Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Typo fixes

Co-authored-by: Ruth Cheesley <ruth@ruthcheesley.co.uk>
  • Loading branch information
escopecz and RCheesley authored Apr 26, 2024
1 parent d3dd9e7 commit 01af365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/from-4-to-5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ If you went ahead and deleted all services from ``config.php``, you may experien

.. code:: php
$services->alias('mautic.integration.[MY_INTEGRAION]', \MauticPlugin\[MY_INTEGRAION]Bundle\Integration\[MY_INTEGRAION]Integration::class);
$services->alias('mautic.integration.[MY_INTEGRATION]', \MauticPlugin\[MY_INTEGRATION]Bundle\Integration\[MY_INTEGRATION]Integration::class);
.. note:: Replace `[MY_INTEGRAION]` with your Plugin name.
.. note:: Replace `[MY_INTEGRATION]` with your Plugin name.

Compiler passes
------------------
Expand Down

0 comments on commit 01af365

Please sign in to comment.