Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Fiedler <[email protected]>
  • Loading branch information
DarkaMaul and miketheman committed Sep 18, 2024
1 parent f786276 commit 8ec6a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/development/patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Adding a new service
Using the service
~~~~~~~~~~~~~~~~~

To use a service, query it using ``request.find_services`` with the service interface. This
To use a service, query it using ``request.find_service()`` with the service interface. This
method will return an instance of the service correctly selected based on the context and environment.

Example:
Expand Down

0 comments on commit 8ec6a20

Please sign in to comment.