Skip to content

Commit

Permalink
docs: fix typo (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
reemardelarosa committed Nov 17, 2022
1 parent f39755d commit dce341b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ For all components that got mounted during SSR (in the server), the `useClientEf

```tsx
useClientEffect$(() => console.log('runs in the browser'), {
eagarness: 'visible' // 'load' | 'visible' | 'idle'
eagerness: 'visible' // 'load' | 'visible' | 'idle'
});
```

Expand Down

0 comments on commit dce341b

Please sign in to comment.