Skip to content

Commit

Permalink
Fixed spelling mistake :) (rust-lang#325)
Browse files Browse the repository at this point in the history
Alonski authored and chancancode committed Apr 10, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9933192 commit a8939c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-angle-bracket-invocation.md
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@ is a new feature that is not available in the classic invocation style.

These attributes can be accessed from the component template with the new
`...attributes` syntax, which is available only in element positions, e.g.
`<div ...atributes />`. Using `...attributes` in any other positions, e.g.
`<div ...attributes />`. Using `...attributes` in any other positions, e.g.
`<div>{{...attributes}}</div>`, would be a syntax error. It can also be used on
multiple elements in the same template. If attributes are passed but the
component template does not contain `...attributes` (i.e. the invoker passed

0 comments on commit a8939c4

Please sign in to comment.