Skip to content

Commit a1690e8

Browse files
committed
docs: typo Services
1 parent ca09944 commit a1690e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/concepts/services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ come in handy.
3737
Instead of creating the instance ourself, we let a central class create an instance of the
3838
class for us. This class is kept very simple. It only contains a method for each class that we want
3939
to use as a service. The method typically returns a **shared instance** of that class, passing any dependencies
40-
it might have into it. Then, we would replace our timer creation code with code that calls this global function or Service class:
40+
it might have into it. Then, we would replace our timer creation code with code that calls this global function or Services class:
4141

4242
.. literalinclude:: services/002.php
4343

0 commit comments

Comments
 (0)