File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ The following graphic shows how everything works together after we introduced th
184
184
# View independent business logic: Services
185
185
186
186
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
188
188
<a name="service">"{@link dev_guide.services service}"</a>, so it can be reused by other parts
189
189
of the application as well. Later on, we could also change that service to load the exchange rates
190
190
from the web, e.g. by calling the Yahoo Finance API, without changing the controller.
You can’t perform that action at this time.
0 commit comments