From cb4bd745ca235de20ea680235f5030fa75794746 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Mon, 20 Jan 2025 22:29:14 +0100 Subject: [PATCH] Fix typo (#7629) --- examples/reference/panes/VTKJS.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reference/panes/VTKJS.ipynb b/examples/reference/panes/VTKJS.ipynb index edb765bb91..9f3cd6534e 100644 --- a/examples/reference/panes/VTKJS.ipynb +++ b/examples/reference/panes/VTKJS.ipynb @@ -46,7 +46,7 @@ " The mouse must be over the pane to work.\n", "
**Warning**: These keybindings may not work as expected in a notebook context, if they interact with already bound keys.\n", "* **``orientation_widget``** (bool): A boolean to activate/deactivate the orientation widget in the 3D pane.\n", - "* **``ìnteractive_orientation_widget``** (bool): If True the orientation widget is clickable and allows to rotate the scene in one of the orthographic projections.\n", + "* **``interactive_orientation_widget``** (bool): If True the orientation widget is clickable and allows to rotate the scene in one of the orthographic projections.\n", "* **``object``** (str or object): Can be a string pointing to a local or remote file with a `.vtkjs` extension.\n", "___" ]