diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 6c191c92d..6d1e99755 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -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', diff --git a/src/locales/en/settings.json b/src/locales/en/settings.json index 5ed15c18c..fc7b383de 100644 --- a/src/locales/en/settings.json +++ b/src/locales/en/settings.json @@ -318,7 +318,7 @@ } }, "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" }, "LiteGraph_ContextMenu_Scaling": {