Browse Source

fix: typo in getting_started/faq (#10330)

mavn 4 years ago
parent
commit
e75096c8be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/getting_started/faq.rst

+ 1 - 1
docs/source/getting_started/faq.rst

@@ -29,7 +29,7 @@ Development
    outputs. To access this extensibility, you should write a custom JupyterLab extension. If you would
    outputs. To access this extensibility, you should write a custom JupyterLab extension. If you would
    like trigger some behavior in response to the user executing some code in a notebook, you can output a custom
    like trigger some behavior in response to the user executing some code in a notebook, you can output a custom
    mimetype (:ref:`rendermime`). We currently don't allow access to the JupyterLab
    mimetype (:ref:`rendermime`). We currently don't allow access to the JupyterLab
-   API from the Javsacript renderer, because this would tie the kernel and the notebook output to JupyterLab
+   API from the Javascript renderer, because this would tie the kernel and the notebook output to JupyterLab
    and make it hard for other frontends to support it. 
    and make it hard for other frontends to support it. 
    If you have comments or suggestions on changes here, please comment on `this issue <https://github.com/jupyterlab/jupyterlab/issues/4623>`__.
    If you have comments or suggestions on changes here, please comment on `this issue <https://github.com/jupyterlab/jupyterlab/issues/4623>`__.