docs(directive): minor typo fix

Changed "obeject" to "object"
This commit is contained in:
Niel de la Rouviere 2013-03-07 11:32:43 +08:00 committed by Pawel Kozlowski
parent cb560e2441
commit 7f9a94f8bc

View file

@ -355,7 +355,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)`.