Skip to content

Commit 5c4c4d3

Browse files
mdaifBrady Isom
authored and
Brady Isom
committed
docs(tutorial/step_00): add correct description for attributes naming convention
1 parent b2f86ae commit 5c4c4d3

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)