diff --git a/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb b/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb index 90481af6a..a5edb80e8 100644 --- a/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb +++ b/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb @@ -77,7 +77,7 @@ "* **Edit code in the browser**, with automatic syntax highlighting, indentation, and tab completion/introspection.\n", "* **Run code from the browser**, with the results of computations attached to the code which generated them.\n", "* See the results of computations with **rich media representations**, such as HTML, LaTeX, PNG, SVG, PDF, etc.\n", - "* Create and use **interactive JavaScript wigets**, which bind interactive user interface controls and visualizations to reactive kernel side computations.\n", + "* Create and use **interactive JavaScript widgets**, which bind interactive user interface controls and visualizations to reactive kernel side computations.\n", "* Author **narrative text** using the [Markdown](https://daringfireball.net/projects/markdown/) markup language.\n", "* Build **hierarchical documents** that are organized into sections with different levels of headings.\n", "* Include mathematical equations using **LaTeX syntax in Markdown**, which are rendered in-browser by [MathJax](http://www.mathjax.org/)." diff --git a/docs/source/examples/Notebook/rstversions/What is the Jupyter Notebook.rst b/docs/source/examples/Notebook/rstversions/What is the Jupyter Notebook.rst index 5bfa29dcb..09d455849 100644 --- a/docs/source/examples/Notebook/rstversions/What is the Jupyter Notebook.rst +++ b/docs/source/examples/Notebook/rstversions/What is the Jupyter Notebook.rst @@ -48,7 +48,7 @@ The notebook web application enables users to: attached to the code which generated them. - See the results of computations with **rich media representations**, such as HTML, LaTeX, PNG, SVG, PDF, etc. -- Create and use **interactive JavaScript wigets**, which bind +- Create and use **interactive JavaScript widgets**, which bind interactive user interface controls and visualizations to reactive kernel side computations. - Author **narrative text** using the