Skip to content

Commit

Permalink
docs: removed we (#6497)
Browse files Browse the repository at this point in the history
  • Loading branch information
sajebehari authored Jun 11, 2024
1 parent f08d612 commit 45ecc6e
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 45ecc6e

Please sign in to comment.