From 3a9133e3ad6f292b51dd0f8f835b0204b7593f30 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 23 Oct 2022 22:57:24 -0400 Subject: [PATCH] microsite/pages: vale tweak Signed-off-by: Patrik Oldsberg --- docs/plugins/new-backend-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/new-backend-system.md b/docs/plugins/new-backend-system.md index 478f9b8609..e5c318d5c2 100644 --- a/docs/plugins/new-backend-system.md +++ b/docs/plugins/new-backend-system.md @@ -189,7 +189,7 @@ Extension points are registered by a plugin and extended by modules. ## Backend Services The default backend provides several _services_ out of the box which includes access to configuration, logging, databases and more. -Services are declared using their _serviceRef_ in the `deps` section of the plugin or module requiring them and are then available in the `init` method of the plugin or module. +Service dependencies are declared using their `ServiceRef`s in the `deps` section of the plugin or module, and the implementations are then forwarded to the `init` method of the plugin or module. ### Service References