Skip to content

Commit

Permalink
Merge pull request #8943 from obozdag/patch-18
Browse files Browse the repository at this point in the history
docs: Fix typo in extending/core_classes.rst
  • Loading branch information
paulbalandan authored Jun 10, 2024
2 parents 727c0df + 27c4e8c commit 55a4a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/extending/core_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Then you would add the ``routes`` service in **app/Config/Services.php** to load
Extending Core Classes
======================

If all you need to is add some functionality to an existing library - perhaps add a method or two - then it's overkill
If all you need is to add some functionality to an existing library - perhaps add a method or two - then it's overkill
to recreate the entire library. In this case, it's better to simply extend the class. Extending the class is nearly
identical to `Replacing Core Classes`_ with one exception:

Expand Down

0 comments on commit 55a4a78

Please sign in to comment.