From 465212835f1bbd81a2872015a543cbb1bc585e2e Mon Sep 17 00:00:00 2001 From: Pop Date: Mon, 13 Jan 2014 15:05:09 -0500 Subject: docs(guide): fix a typo --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 4667339c..34ad14a8 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -184,7 +184,7 @@ The following graphic shows how everything works together after we introduced th # View independent business logic: Services Right now, the `InvoiceController` contains all logic of our example. When the application grows it -is a good practise to move view independent logic from the controller into a so called +is a good practice to move view independent logic from the controller into a so called "{@link dev_guide.services service}", so it can be reused by other parts of the application as well. Later on, we could also change that service to load the exchange rates from the web, e.g. by calling the Yahoo Finance API, without changing the controller. -- cgit v1.2.3