diff --git a/text/0000-angle-bracket-invocation.md b/text/0000-angle-bracket-invocation.md index aea48783062..d5220b4b938 100644 --- a/text/0000-angle-bracket-invocation.md +++ b/text/0000-angle-bracket-invocation.md @@ -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. -`
`. Using `...attributes` in any other positions, e.g. +`
`. Using `...attributes` in any other positions, e.g. `
{{...attributes}}
`, 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