We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df88873 commit 4bacf5aCopy full SHA for 4bacf5a
docs/content/tutorial/step_04.ngdoc
@@ -41,7 +41,7 @@ maintain. As we add more and more features, our files will get bigger and bigger
41
difficult to navigate and find the code we are looking for.
42
43
Instead we should put each feature/entity in its own file. Each stand-alone controller will be
44
-defined in its own file, each component will be defined in each own file, etc.
+defined in its own file, each component will be defined in its own file, etc.
45
46
Luckily, we don't need to change anything with respect to that guideline in our code, since we have
47
already defined our `phoneList` component in its own `phone-list.component.js` file. Good job!
0 commit comments