Skip to content

Commit

Permalink
Fix typos discovered by codespell (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 26, 2024
1 parent 4605e6d commit c88ec12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/npm-fastui-bootstrap/package.json
@@ -1,7 +1,7 @@
{
"name": "@pydantic/fastui-bootstrap",
"version": "0.0.22",
"description": "Boostrap renderer for FastUI",
"description": "Bootstrap renderer for FastUI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Samuel Colvin",
Expand Down
2 changes: 1 addition & 1 deletion src/npm-fastui/src/events.ts
Expand Up @@ -64,7 +64,7 @@ export function useFireEvent(): { fireEvent: (event?: AnyEvent) => void } {
}
}

// fireEventImpl is recursive, but it doens't make sense for fireEvent to have fireEventImpl as a dep
// fireEventImpl is recursive, but it doesn't make sense for fireEvent to have fireEventImpl as a dep
// eslint-disable-next-line react-hooks/exhaustive-deps
const fireEvent = useCallback(fireEventImpl, [location])

Expand Down

0 comments on commit c88ec12

Please sign in to comment.