Skip to content

Commit

Permalink
Fix typo in enums.ts (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohk authored Jan 11, 2024
1 parent 1dd0cdf commit 985e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/types/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export enum HarmCategory {
}

/**
* Threshhold above which a prompt or candidate will be blocked.
* Threshold above which a prompt or candidate will be blocked.
* @public
*/
export enum HarmBlockThreshold {
Expand Down

0 comments on commit 985e01a

Please sign in to comment.