Skip to content

Commit

Permalink
Merge pull request #17642 from cibernox/fix-wrong-doc-snippet
Browse files Browse the repository at this point in the history
[DOC beta] Fix typo in concat docs for angle-bracket components
  • Loading branch information
rwjblue authored Feb 19, 2019
2 parents 7bab0c4 + 4e9e931 commit 3e8a133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/glimmer/lib/helpers/concat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const normalizeTextValue = (value: any): string => {
or for angle bracket invocation, you actually don't need concat at all.
```handlebars
<SomeComponent @name="{{firstName lastName}}" />
<SomeComponent @name="{{firstName}} {{lastName}}" />
```
@public
Expand Down

0 comments on commit 3e8a133

Please sign in to comment.