aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_05.ngdoc
diff options
context:
space:
mode:
authorPatrick Canfield2013-10-13 16:50:57 -0700
committerPete Bacon Darwin2013-10-14 06:28:05 +0100
commit27519e9a3376939452a410fdb82975a3159b565b (patch)
treec0dd2c9977d9bdb3471ad215ea87aac6b20bf318 /docs/content/tutorial/step_05.ngdoc
parent4696af79ec8f7b7dd76d34623c72dbdaaec17889 (diff)
downloadangular.js-27519e9a3376939452a410fdb82975a3159b565b.tar.bz2
docs(tutorial/step-05): fix incomplete sentence
Closes #4399
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
-rw-r--r--docs/content/tutorial/step_05.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc
index 4e927728..fce100b0 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -99,7 +99,7 @@ convention, angular's built-in services, Scope methods and a few other Angular A
prefix in front of the name.
The `$` prefix is there to namespace Angular-provided services.
-It's best to avoid naming your services and models anything that begins with a `$` to avoid
+To prevent collisions it's best to avoid naming your services and models anything that begins with a `$`.
If you inspect a Scope, you may also notice some properties that begin with `$$`. These
properties are considered private, and should not be accessed or modified.