From 7a511845e8bcec5ebaf5d44257f875b914685352 Mon Sep 17 00:00:00 2001 From: Brenard Cubacub Date: Sun, 14 Dec 2014 10:23:11 -0800 Subject: [PATCH] docs(API Reference): fixed punctuation Added a period at the end of the ngMock description for consistency. Before: Use ngMock to inject and mock modules, factories, services and providers within your unit tests After: Use ngMock to inject and mock modules, factories, services and providers within your unit tests. --- 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 2c5619707704..7c43d209c561 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.