aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/directive.ngdoc
diff options
context:
space:
mode:
authorJohn Hume2012-09-27 15:40:46 -0500
committerPawel Kozlowski2012-11-22 08:28:49 +0100
commit293e0336b0def1d3ab2054e3db5e1c9080925430 (patch)
tree913067733eac7487f9d51ee9b831519427f874ac /docs/content/guide/directive.ngdoc
parent1f5bc0a1cd65fb47603f154fb2abfc19bd6daae7 (diff)
downloadangular.js-293e0336b0def1d3ab2054e3db5e1c9080925430.tar.bz2
docs(guide/directive): fix typo
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
-rw-r--r--docs/content/guide/directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 062160a1..44c73149 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -253,7 +253,7 @@ An example skeleton of the directive is shown here, for the complete list see be
In most cases you will not need such fine control and so the above can be simplified. All of the
different parts of this skeleton are explained in following sections. In this section we are
-interested only isomers of this skeleton.
+interested only in some of this skeleton.
The first step in simplyfing the code is to rely on the default values. Therefore the above can be
simplified as: