From 7f9a94f8bc06e7d8fc7be3153494dba9883f6bc5 Mon Sep 17 00:00:00 2001 From: Niel de la Rouviere Date: Thu, 7 Mar 2013 11:32:43 +0800 Subject: docs(directive): minor typo fix Changed "obeject" to "object" --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index ef5f599c..88aa6880 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -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)`. -- cgit v1.2.3