From 16ab1663157fca1f4cfd3102b797ba7d0015d18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Mon, 2 Dec 2024 01:28:37 +0100 Subject: [PATCH] docs(docs-infra): add missing dot (#58993) PR Close #58993 --- .../src/content/introduction/essentials/dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/introduction/essentials/dependency-injection.md b/adev/src/content/introduction/essentials/dependency-injection.md index 60fef13cff3..606fb5efbef 100644 --- a/adev/src/content/introduction/essentials/dependency-injection.md +++ b/adev/src/content/introduction/essentials/dependency-injection.md @@ -6,7 +6,7 @@ When you need to share logic between components, Angular leverages the design pa ## What are services? -Services are reusable pieces of code that can be injected +Services are reusable pieces of code that can be injected. Similar to defining a component, services are comprised of the following: