Skip to content

Commit c88ec12

Browse files
authored
Fix typos discovered by codespell (#213)
1 parent 4605e6d commit c88ec12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/npm-fastui-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pydantic/fastui-bootstrap",
33
"version": "0.0.22",
4-
"description": "Boostrap renderer for FastUI",
4+
"description": "Bootstrap renderer for FastUI",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"author": "Samuel Colvin",

src/npm-fastui/src/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function useFireEvent(): { fireEvent: (event?: AnyEvent) => void } {
6464
}
6565
}
6666

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

0 commit comments

Comments
 (0)