Skip to content

Commit

Permalink
Fix typo in coreSettings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne authored Jan 31, 2025
1 parent f5d6ad0 commit ddaedf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ export const CORE_SETTINGS: SettingParams[] = [
},
{
id: 'LiteGraph.Canvas.MaximumFps',
name: 'Maxium FPS',
name: 'Maximum FPS',
tooltip:
'The maximum frames per second that the canvas is allowed to render. Caps GPU usage at the cost of smoothness. If 0, the screen refresh rate is used. Default: 0',
type: 'slider',
Expand Down

0 comments on commit ddaedf5

Please sign in to comment.