From 6981ef8722835ea3749353e6414d294c572eb4ab Mon Sep 17 00:00:00 2001 From: Alon Bukai Date: Tue, 10 Apr 2018 09:42:51 +0300 Subject: [PATCH] Fixed spelling mistake :) --- text/0000-angle-bracket-invocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-angle-bracket-invocation.md b/text/0000-angle-bracket-invocation.md index aea4878306..d5220b4b93 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