diff options
| author | John Hume | 2012-09-27 15:40:46 -0500 | 
|---|---|---|
| committer | Pawel Kozlowski | 2012-11-17 23:49:19 +0100 | 
| commit | e362a510e3cce04e5cd833bb03925d41609fed51 (patch) | |
| tree | e424cbfdb89f0c94abd5c6a7d4f6115b94ec8e4e /docs/content/guide/directive.ngdoc | |
| parent | 8a7f752a802bc68ad01869e500c54cc2566b04e3 (diff) | |
| download | angular.js-e362a510e3cce04e5cd833bb03925d41609fed51.tar.bz2 | |
docs(guide/directive): fix typo
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 | 
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: | 
