Skip to content

Commit a8939c4

Browse files
Alonskichancancode
authored andcommitted
Fixed spelling mistake :) (rust-lang#325)
1 parent 9933192 commit a8939c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-angle-bracket-invocation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ is a new feature that is not available in the classic invocation style.
144144

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

0 commit comments

Comments
 (0)