aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/api')
-rw-r--r--docs/content/api/index.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc
index 3a1b361a..3fc2c36d 100644
--- a/docs/content/api/index.ngdoc
+++ b/docs/content/api/index.ngdoc
@@ -9,7 +9,7 @@ The documentation is organized into **modules** which contain various components
These components are directives, services, filters, providers, types, global APIs and testing mocks.
<div class="alert alert-info">
-**Angular Namspaces `$` and `$$`**
+**Angular Namespaces `$` and `$$`**
To prevent accidental name collisions with your code,
Angular prefixes names of public objects with `$` and names of private objects with `$$`.