We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 727c0df + 27c4e8c commit 55a4a78Copy full SHA for 55a4a78
user_guide_src/source/extending/core_classes.rst
@@ -86,7 +86,7 @@ Then you would add the ``routes`` service in **app/Config/Services.php** to load
86
Extending Core Classes
87
======================
88
89
-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
90
to recreate the entire library. In this case, it's better to simply extend the class. Extending the class is nearly
91
identical to `Replacing Core Classes`_ with one exception:
92
0 commit comments