Skip to content

Commit 4e9e931

Browse files
committed
Fix typo in docs
1 parent 7bab0c4 commit 4e9e931

File tree

1 file changed

+1
-1
lines changed
  • packages/@ember/-internals/glimmer/lib/helpers

1 file changed

+1
-1
lines changed

packages/@ember/-internals/glimmer/lib/helpers/concat.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const normalizeTextValue = (value: any): string => {
3030
or for angle bracket invocation, you actually don't need concat at all.
3131
3232
```handlebars
33-
<SomeComponent @name="{{firstName lastName}}" />
33+
<SomeComponent @name="{{firstName}} {{lastName}}" />
3434
```
3535
3636
@public

0 commit comments

Comments
 (0)