diff --git a/docs/manual/player/options.md b/docs/manual/player/options.md index 4e87f40..e334825 100644 --- a/docs/manual/player/options.md +++ b/docs/manual/player/options.md @@ -190,7 +190,7 @@ Possible values: * `"width"` - scale to full width of the container * `"height"` - scale to full height of the container (requires the container element to have fixed height) * `"both"` - scale to either full width or height, maximizing usage of available space (requires the container element to have fixed height) -* `false` / `"none"` - don't scale, use fixed size font (also see `fontSize` option below) +* `false` / `"none"` - don't scale, use fixed size font (also see `terminalFontSize` option below) Defaults to `"width"`.