From 69ef17cce9e94eabbe67eabfbacbe14137b599c9 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/content/guide') 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)`. -- cgit v1.2.3