aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api/index.ngdoc
diff options
context:
space:
mode:
authorTobias Bosch2013-11-07 14:14:57 -0800
committerTobias Bosch2013-11-07 14:14:57 -0800
commit36621402015485613888158dc7ba29f4ff92a7e2 (patch)
treede6bcfa749c8c5db20bc8e46fc9aa666fdafe40d /docs/content/api/index.ngdoc
parented8640b96463df8a8f9e4503095bd89916a120c5 (diff)
downloadangular.js-36621402015485613888158dc7ba29f4ff92a7e2.tar.bz2
docs(guide/filter): Refactor filter guide docs
This refactors the filter guide docs into a single file. Also removes out of date references to the fact that Angular used to enhance Arrays while evaluating expressions.
Diffstat (limited to 'docs/content/api/index.ngdoc')
-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 `$$`.