Skip to content

Commit 4bacf5a

Browse files
TheRealMaxiongkalpak
authored andcommitted
docs(tutorial/step_04): fix typo (each --> its)
Closes angular#15826
1 parent df88873 commit 4bacf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_04.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ maintain. As we add more and more features, our files will get bigger and bigger
4141
difficult to navigate and find the code we are looking for.
4242

4343
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.
44+
defined in its own file, each component will be defined in its own file, etc.
4545

4646
Luckily, we don't need to change anything with respect to that guideline in our code, since we have
4747
already defined our `phoneList` component in its own `phone-list.component.js` file. Good job!

0 commit comments

Comments
 (0)