Skip to content

Commit 55a4a78

Browse files
authored
Merge pull request #8943 from obozdag/patch-18
docs: Fix typo in extending/core_classes.rst
2 parents 727c0df + 27c4e8c commit 55a4a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/extending/core_classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Then you would add the ``routes`` service in **app/Config/Services.php** to load
8686
Extending Core Classes
8787
======================
8888

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

0 commit comments

Comments
 (0)