Browse Source

Update docs/source/getting_started/faq.rst

Saul Shanabrook 5 years ago
parent
commit
1fbf01164f
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

@@ -25,7 +25,7 @@ Development
    control the Notebook <https://stackoverflow.com/a/32769976/907060>`__. Can I do the same thing in JupyterLab?
 
    JupyterLab was built to support a wide variety of extensibility, including dynamic behavior based on notebook
-   outputs.To access this extensability, you should write a custom JuptyerLab extension. If you would
+   outputs. To access this extensability, you should write a custom JuptyerLab extension. If you would
    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
    API from the Javsacript renderer, because this would tie the kernel and the notebook output to JupyterLab