Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58e95c6

Browse files
authoredJul 3, 2023
docs: Remove old redundant text (#8893)
The quote marks were already removed in db2d07f
1 parent d8a381e commit 58e95c6

File tree

1 file changed

+0
-2
lines changed
  • documentation/tutorial/05-events/02-inline-handlers

1 file changed

+0
-2
lines changed
 

‎documentation/tutorial/05-events/02-inline-handlers/text.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ You can also declare event handlers inline:
1010
</div>
1111
```
1212

13-
The quote marks are optional, but they're helpful for syntax highlighting in some environments.
14-
1513
> In some frameworks you may see recommendations to avoid inline event handlers for performance reasons, particularly inside loops. That advice doesn't apply to Svelte — the compiler will always do the right thing, whichever form you choose.

0 commit comments

Comments
 (0)
Please sign in to comment.