diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc index 0ba1949bf638..2fbaeb61abc0 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 - +
```