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

docs(tutorial/4): Added missing 'a' to sentence. #14860

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_04.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Yeah, you guessed it: There is a better way!

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

Here is what our `phoneList` feature will look like after this change:
Expand Down