diff --git a/docs/content/guide/component.ngdoc b/docs/content/guide/component.ngdoc index 1be6386ddead..2516be9e2c5a 100644 --- a/docs/content/guide/component.ngdoc +++ b/docs/content/guide/component.ngdoc @@ -118,7 +118,7 @@ components should follow a few simple conventions: `@` bindings can be used when the input is a string, especially when the value of the binding doesn't change. ```js bindings: { - hero: `<`, + hero: '<', comment: '@' } ```