Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 113a946

Browse files
ryo-utsunomiyapetebacondarwin
authored andcommitted
docs(guide/components): fix typo
Closes #14099
1 parent 70caf84 commit 113a946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ components should follow a few simple conventions:
118118
`@` bindings can be used when the input is a string, especially when the value of the binding doesn't change.
119119
```js
120120
bindings: {
121-
hero: `<`,
121+
hero: '<',
122122
comment: '@'
123123
}
124124
```

0 commit comments

Comments
 (0)