diff --git a/documentation/tutorial/05-events/02-inline-handlers/text.md b/documentation/tutorial/05-events/02-inline-handlers/text.md index 2fe1c48e2c..99ae43c429 100644 --- a/documentation/tutorial/05-events/02-inline-handlers/text.md +++ b/documentation/tutorial/05-events/02-inline-handlers/text.md @@ -10,6 +10,4 @@ You can also declare event handlers inline: ``` -The quote marks are optional, but they're helpful for syntax highlighting in some environments. - > 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.