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

Commit 39335d9

Browse files
mdaiflefos987
authored andcommitted
docs(tutorial/step_00): add correct description for attributes naming convention
1 parent 737ef25 commit 39335d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ __`app/index.html`:__
6767
<html ng-app>
6868

6969
The `ng-app` attribute represents an Angular directive named `ngApp` (Angular uses
70-
`name-with-dashes` for its custom attributes and `camelCase` for the corresponding directives
70+
`spinal-case` for its custom attributes and `camelCase` for the corresponding directives
7171
which implement them).
7272
This directive is used to flag the html element that Angular should consider to be the root element
7373
of our application.

0 commit comments

Comments
 (0)