Commit e17dbefd authored by Kati Paizee's avatar Kati Paizee

Merge branch '10io-fix-typo-in-dev-docs' into 'master'

Fix typo in the dev docs

See merge request gitlab-org/gitlab!73720
parents ac055bbe c165f552
......@@ -145,7 +145,7 @@ Legacy classes inherited from `BaseService` for historical reasons.
In Service classes the use of `execute` and `#execute` is preferred over `call` and `#call`.
Classes that are not service objects should be [created elsewhere](directory_structure.md#use-namespaces-to-define-bounded-contexts, such as in `lib`.
Classes that are not service objects should be [created elsewhere](directory_structure.md#use-namespaces-to-define-bounded-contexts), such as in `lib`.
#### ServiceResponse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment