Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f0d3722

Browse files
docs(api/index): fix strange uses of the word namespace
1 parent fb39e32 commit f0d3722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/api/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The documentation is organized into **{@link guide/module modules}** which conta
99
These components are {@link guide/directive directives}, {@link guide/services services}, {@link guide/filter filters}, {@link guide/providers providers}, {@link guide/templates templates}, global APIs, and testing mocks.
1010

1111
<div class="alert alert-info">
12-
**Angular Namespaces `$` and `$$`**
12+
**Angular Prefixes `$` and `$$`**:
1313

1414
To prevent accidental name collisions with your code,
1515
Angular prefixes names of public objects with `$` and names of private objects with `$$`.
1616
Please do not use the `$` or `$$` prefix in your code.
1717
</div>
1818

19-
## Angular Namespace
19+
## Angular Modules
2020

2121

2222
## {@link ng ng (core module)}

0 commit comments

Comments
 (0)