From 7b618256d5d6cb85abcbd568d5e08675454c667a Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 7 Apr 2016 07:40:00 -0700 Subject: [PATCH] docs(guide/Components): small single letter typo line 136: 'not' should be 'note' --- docs/content/guide/component.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc index eccfebe1ff51..0ba1949bf638 100644 --- a/docs/content/guide/component.ngdoc +++ b/docs/content/guide/component.ngdoc @@ -133,7 +133,7 @@ components should follow a few simple conventions: For a deletion, that means the component doesn't delete the `hero` itself, but sends it back to the owner component via the correct event. ```html - +
```