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

Docs update #15197

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_04.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To that end, we will explain why and how we:
## One Feature per File

It might be tempting, for the sake of simplicity, to put everything in one file, or have one file
per type; e.g. all controllers is one file, all components in another file, all services in a third
per type; e.g. all controllers in one file, all components in another file, all services in a third
file, and so on.
This might seem to work well in the beginning, but as our application grows it becomes a burden to
maintain. As we add more and more features, our files will get bigger and bigger and it will be
Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_06.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ manipulation code is necessary!
## Component Controller

<br />
**`app/phone-list/phone-list.components.js`:**
**`app/phone-list/phone-list.component.js`:**

```js
angular.
Expand Down