Skip to content

Commit

Permalink
docs: removed we
Browse files Browse the repository at this point in the history
  • Loading branch information
sajebehari authored Jun 11, 2024
1 parent 8d2dbdb commit 22b05c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default component$(() => {
## Multiple event handlers

If we want to register multiple event handlers for the same event, we can pass an array of event handlers to the `on{EventName}$` attribute.
To register multiple event handlers for the same event, you can pass an array of event handlers to the `on{EventName}$` attribute.

```tsx /onClick$/
import { component$, useSignal, $ } from '@builder.io/qwik';
Expand Down

0 comments on commit 22b05c3

Please sign in to comment.