Skip to content

Commit

Permalink
fix: Remove incorrect spellCheck type
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Sep 14, 2024
1 parent 75fa1f3 commit 2647dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,6 @@ export namespace JSXInternal {
slot?: string | undefined | SignalLike<string | undefined>;
span?: number | undefined | SignalLike<number | undefined>;
spellcheck?: boolean | undefined | SignalLike<boolean | undefined>;
spellCheck?: boolean | undefined | SignalLike<boolean | undefined>;
src?: string | undefined | SignalLike<string | undefined>;
srcSet?: string | undefined | SignalLike<string | undefined>;
srcset?: string | undefined | SignalLike<string | undefined>;
Expand Down

0 comments on commit 2647dae

Please sign in to comment.