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`:__