Skip to content

Commit fc8760c

Browse files
committed
fix typo
1 parent 604f926 commit fc8760c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/plotly_js/fundamentals/plotly-js-3-changes/2024-10-09-plotly-js-3-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Plotly.newPlot('myDiv', data, layout);
260260

261261
### `plot3dPixelRatio` for WebGL Image Export
262262

263-
The `plotGlPixelRatio` option on `config` for setting the pixel ration during WebGL image export has been removed. Use `plotGlPixelRatio` instead.
263+
The `plot3dPixelRatio` option on `config` for setting the pixel ration during WebGL image export has been removed. Use `plotGlPixelRatio` instead.
264264

265265

266266
### `titlefont`,`titleposition`, `titleside`, and `titleoffset` Attributes

0 commit comments

Comments
 (0)