diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc
index c94af18413c2..21ed9a6ef5e1 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
-
+
```
- That way, the parent component can decide what to do with the event (e.g. delete an item or update the properties)
```js