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

Commit 5a4e4e9

Browse files
GregoryPorterpetebacondarwin
authored andcommitted
docs(tutorial): fix typos
- **step_04:** `controllers is one file` --> `controllers in one file` - **step_06:** `.components.js` --> `.component.js` Closes #15197
1 parent eea9c59 commit 5a4e4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/tutorial/step_04.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To that end, we will explain why and how we:
3434
## One Feature per File
3535

3636
It might be tempting, for the sake of simplicity, to put everything in one file, or have one file
37-
per type; e.g. all controllers is one file, all components in another file, all services in a third
37+
per type; e.g. all controllers in one file, all components in another file, all services in a third
3838
file, and so on.
3939
This might seem to work well in the beginning, but as our application grows it becomes a burden to
4040
maintain. As we add more and more features, our files will get bigger and bigger and it will be

docs/content/tutorial/step_06.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ manipulation code is necessary!
8080
## Component Controller
8181

8282
<br />
83-
**`app/phone-list/phone-list.components.js`:**
83+
**`app/phone-list/phone-list.component.js`:**
8484

8585
```js
8686
angular.

0 commit comments

Comments
 (0)