From b704038feba378f7cd2dbe2f8a6d784b89cef8fd Mon Sep 17 00:00:00 2001 From: lguyot Date: Mon, 20 Oct 2014 11:26:45 +0200 Subject: [PATCH] docs(tutorial/11 - REST and Custom Services): describe your change... Typo correction --- docs/content/tutorial/step_11.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index e8ae12e72a9b..2e191cdf0474 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -171,7 +171,7 @@ we require, so in these cases, we can add a callback to process the server respo ## Test -Because we're now using the {@link ngResource ngResource} module, it's necessary to also need to +Because we're now using the {@link ngResource ngResource} module, it's necessary to also update the Karma config file with angular-resource so the new tests will pass. __`test/karma.conf.js`:__