8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24777a commit 4082fb0Copy full SHA for 4082fb0
docs/content/tutorial/step_04.ngdoc
@@ -54,7 +54,7 @@ We will keep this in mind though, as we add more features.
54
So, now that we learned we should put everything in its own file, our `app/` directory will soon be
55
full with dozens of files and specs (remember we keep our unit test files next to the corresponding
56
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
+will be really difficult to locate all files related to a specific section of the application and
58
make a change or fix a bug.
59
60
So, what shall we do?
0 commit comments