We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentea9aa70 commite75096cCopy full SHA for e75096c
docs/source/getting_started/faq.rst
@@ -29,7 +29,7 @@ Development
29
outputs. To access this extensibility, you should write a custom JupyterLab extension. If you would
30
like trigger some behavior in response to the user executing some code in a notebook, you can output a custom
31
mimetype (:ref:`rendermime`). We currently don't allow access to the JupyterLab
32
- API from theJavsacript renderer, because this would tie the kernel and the notebook output to JupyterLab
+ API from theJavascript renderer, because this would tie the kernel and the notebook output to JupyterLab
33
and make it hard for other frontends to support it.
34
If you have comments or suggestions on changes here, please comment on `this issue<https://github.com/jupyterlab/jupyterlab/issues/4623>`__.
35