Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a89b6e2

Browse files
jfisher446gkalpak
authored andcommitted
docs(tutorial/step_04): fix syntactic error (add missing 'a')
Closes #14860
1 parent 46d559d commit a89b6e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_04.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Yeah, you guessed it: There is a better way!
119119

120120
Each feature/section, will declare its own module and have all related entities registered there.
121121
The main module (`phonecatApp`) will declare a dependency on each feature/section module. Now,
122-
all it takes to reuse the same code on new project is copying the feature directory over and adding
123-
the feature module as a dependency in the new project's main module.
122+
all it takes to reuse the same code on a new project is copying the feature directory over and
123+
adding the feature module as a dependency in the new project's main module.
124124

125125
Here is what our `phoneList` feature will look like after this change:
126126

0 commit comments

Comments
 (0)