Skip to content

Commit 4652128

Browse files
Parziphalvojtajina
authored andcommitted
docs(guide): fix a typo
1 parent b3acdde commit 4652128

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
@@ -184,7 +184,7 @@ The following graphic shows how everything works together after we introduced th
184184
# View independent business logic: Services
185185

186186
Right now, the `InvoiceController` contains all logic of our example. When the application grows it
187-
is a good practise to move view independent logic from the controller into a so called
187+
is a good practice to move view independent logic from the controller into a so called
188188
<a name="service">"{@link dev_guide.services service}"</a>, so it can be reused by other parts
189189
of the application as well. Later on, we could also change that service to load the exchange rates
190190
from the web, e.g. by calling the Yahoo Finance API, without changing the controller.

0 commit comments

Comments
 (0)