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

Typo #14663

Closed
wants to merge 1 commit into from
Closed

Typo #14663

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 @@ -115,7 +115,7 @@ Well, not so fast. The new project doesn't know anything about a `phonecatApp` m
have to replace all references to `phonecatApp` with the name of this project's main module. As you
can imagine this is both laborious and error-prone.

Yeah, you guessed it: There is a better way !
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,
Expand Down