From 27519e9a3376939452a410fdb82975a3159b565b Mon Sep 17 00:00:00 2001 From: Patrick Canfield Date: Sun, 13 Oct 2013 16:50:57 -0700 Subject: docs(tutorial/step-05): fix incomplete sentence Closes #4399 --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_05.ngdoc') 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. -- cgit v1.2.3