From 4da169d15dad6a36b408e09f595dccf3a6bc7716 Mon Sep 17 00:00:00 2001 From: Amar Patel Date: Fri, 23 May 2014 23:56:17 -0700 Subject: [PATCH] docs(api/index): add Oxford comma Verified grammar at https://owl.english.purdue.edu/owl/resource/607/01/ --- docs/content/api/index.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index e66b8f4a..d9b4967f 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -6,7 +6,7 @@ Welcome to the AngularJS API docs page. These pages contain the AngularJS reference materials for version . The documentation is organized into **{@link guide/module modules}** which contain various components of an AngularJS application. -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. +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.
**Angular Namespaces `$` and `$$`** @@ -212,7 +212,7 @@ Use ngTouch when developing for mobile browsers/devices. {@link ngTouch#service Services / Factories} - The {@link ngTouch.$swipe $swipe} service is used to register and manage mobile DOM events. + The {@link ngTouch.$swipe $swipe} service is used to register and manage mobile DOM events. @@ -252,7 +252,7 @@ Use ngSanitize to securely parse and manipulate HTML data in your application. ## {@link ngMock ngMock} -Use ngMock to inject and mock modules, factories, services and providers within your unit tests +Use ngMock to inject and mock modules, factories, services and providers within your unit tests
Include the **angular-mocks.js** file into your test runner for this to work.