diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 740c49069403..fd8e80ecb802 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -254,7 +254,7 @@ Let's refactor our example and move the currency conversion into a service in an What changed? We moved the `convertCurrency` function and the definition of the existing currencies -into the new file `finance.js`. But how does the controller +into the new file `finance2.js`. But how does the controller get a hold of the now separated function? This is where "{@link di Dependency Injection}" comes into play.