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

Commit 1cf93fd

Browse files
thedecogkalpak
authored andcommitted
docs(tutorial/step_04): fix typo
Closes #15562
1 parent 4f3858e commit 1cf93fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_04.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We will keep this in mind though, as we add more features.
5454
So, now that we learned we should put everything in its own file, our `app/` directory will soon be
5555
full with dozens of files and specs (remember we keep our unit test files next to the corresponding
5656
source code files). What's more important, logically related files will not be grouped together; it
57-
will be really difficult of locate all files related to a specific section of the application and
57+
will be really difficult to locate all files related to a specific section of the application and
5858
make a change or fix a bug.
5959

6060
So, what shall we do?

0 commit comments

Comments
 (0)