From 3953a240784e68ab993eb04999370f60a4f5258d Mon Sep 17 00:00:00 2001 From: Niel de la Rouviere Date: Thu, 7 Mar 2013 11:10:28 +0800 Subject: [PATCH] Minor typo fix. Changed 'obeject' to 'object' --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 2253ea3024a3..1988ef42ae95 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)`.