Skip to content

Commit 27519e9

Browse files
patreeceeopetebacondarwin
authored andcommitted
docs(tutorial/step-05): fix incomplete sentence
Closes angular#4399
1 parent 4696af7 commit 27519e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ convention, angular's built-in services, Scope methods and a few other Angular A
9999
prefix in front of the name.
100100

101101
The `$` prefix is there to namespace Angular-provided services.
102-
It's best to avoid naming your services and models anything that begins with a `$` to avoid
102+
To prevent collisions it's best to avoid naming your services and models anything that begins with a `$`.
103103

104104
If you inspect a Scope, you may also notice some properties that begin with `$$`. These
105105
properties are considered private, and should not be accessed or modified.

0 commit comments

Comments
 (0)