Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-r3aper7 authored Sep 29, 2023
1 parent 045d431 commit d8a05e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const s_ABC123 = () => {
};

export const s_XYZ432 = () => {
const [count] = useLexicalScop();
const [count] = useLexicalScope();
return count.value++;
}
```
Expand Down

0 comments on commit d8a05e1

Please sign in to comment.