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

Commit ac3f0d0

Browse files
amarpatelbtford
authored andcommitted
docs(api/index): add Oxford comma
Verified grammar at https://owl.english.purdue.edu/owl/resource/607/01/
1 parent 650f14e commit ac3f0d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/api/index.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to the AngularJS API docs page. These pages contain the AngularJS reference materials for version <strong ng-bind="version"></strong>.
77

88
The documentation is organized into **{@link guide/module modules}** which contain various components of an AngularJS application.
9-
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.
9+
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">
1212
**Angular Namespaces `$` and `$$`**
@@ -212,7 +212,7 @@ Use ngTouch when developing for mobile browsers/devices.
212212
{@link ngTouch#service Services / Factories}
213213
</td>
214214
<td>
215-
The {@link ngTouch.$swipe $swipe} service is used to register and manage mobile DOM events.
215+
The {@link ngTouch.$swipe $swipe} service is used to register and manage mobile DOM events.
216216
</td>
217217
</tr>
218218
<tr>
@@ -252,7 +252,7 @@ Use ngSanitize to securely parse and manipulate HTML data in your application.
252252

253253
## {@link ngMock ngMock}
254254

255-
Use ngMock to inject and mock modules, factories, services and providers within your unit tests
255+
Use ngMock to inject and mock modules, factories, services and providers within your unit tests
256256

257257
<div class="alert alert-info">Include the **angular-mocks.js** file into your test runner for this to work.</div>
258258

0 commit comments

Comments
 (0)