Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bdfbceb

Browse files
markautbosch
authored andcommitted
docs(guide/concepts): The service is finance2.js
Closes #7470
1 parent f9264ee commit bdfbceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Let's refactor our example and move the currency conversion into a service in an
254254

255255
What changed?
256256
We moved the `convertCurrency` function and the definition of the existing currencies
257-
into the new file `finance.js`. But how does the controller
257+
into the new file `finance2.js`. But how does the controller
258258
get a hold of the now separated function?
259259

260260
This is where <a name="di">"{@link di Dependency Injection}"</a> comes into play.

0 commit comments

Comments
 (0)