docs(docs-infra): add missing dot (#58993)

PR Close #58993
This commit is contained in:
Máté Gyöngyösi 2024-12-02 01:28:37 +01:00 committed by Pawel Kozlowski
parent 35165d152d
commit 16ab166315

View file

@ -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: