From 337ce67612c4b59fbfc0195f4d6ef15cbb5ebfd8 Mon Sep 17 00:00:00 2001 From: Brenard Cubacub Date: Sun, 14 Dec 2014 10:23:11 -0800 Subject: [PATCH] docs(API Reference): fix punctuation Closes #10453 --- docs/content/api/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 2c561970..7c43d209 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -273,7 +273,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.