Skip to content

Commit c3ff01b

Browse files
arty-nameAndrewKushnir
authored andcommitted
docs: fix whitespace after a link (angular#61136)
PR Close angular#61136
1 parent 583b9a7 commit c3ff01b

File tree

1 file changed

+1
-1
lines changed
  • adev/src/content/tutorials/learn-angular/steps/20-inject-based-di

1 file changed

+1
-1
lines changed

adev/src/content/tutorials/learn-angular/steps/20-inject-based-di/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Creating an injectable service is the first part of the dependency injection (DI) system in Angular. How do you inject a service into a component? Angular has a convenient function called `inject()` that can be used in the proper context.
44

5-
NOTE: Injection contexts are beyond the scope of this tutorial, but you can learn more in the [dependency injection (DI) essentials guide](/essentials/dependency-injection)and [DI context guide](guide/di/dependency-injection-context).
5+
NOTE: Injection contexts are beyond the scope of this tutorial, but you can learn more in the [dependency injection (DI) essentials guide](/essentials/dependency-injection) and [DI context guide](guide/di/dependency-injection-context).
66

77
In this activity, you'll learn how to inject a service and use it in a component.
88

0 commit comments

Comments
 (0)