diff options
| author | Niel de la Rouviere | 2013-03-07 11:32:43 +0800 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-03-08 23:26:41 +0100 |
| commit | 69ef17cce9e94eabbe67eabfbacbe14137b599c9 (patch) | |
| tree | 0f928daf8198f75c217691a7d3933d9046b467c1 /docs/content/guide | |
| parent | f20646bce5f0c914992a78fc2556bda136c27ac9 (diff) | |
| download | angular.js-69ef17cce9e94eabbe67eabfbacbe14137b599c9.tar.bz2 | |
docs(directive): minor typo fix
Changed "obeject" to "object"
Diffstat (limited to 'docs/content/guide')
| -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 2253ea30..1988ef42 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -382,7 +382,7 @@ compiler}. The attributes are: * `$scope` - Current scope associated with the element * `$element` - Current element - * `$attrs` - Current attributes obeject for the element + * `$attrs` - Current attributes object for the element * `$transclude` - A transclude linking function pre-bound to the correct transclusion scope: `function(cloneLinkingFn)`. |
