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", "___" ]