From 4cd1182fceeaf0fb3dd0d2c1565f178cf6ccd42e Mon Sep 17 00:00:00 2001 From: jfisher446 Date: Sun, 3 Jul 2016 21:08:07 -0500 Subject: [PATCH] docs(tutorial/4): Added missing 'a' to sentence. --- docs/content/tutorial/step_04.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc index 75989a2cafd8..16f109432415 100644 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -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: