From 1b51230e8ba5164a7b92d7dea79cf27d26ae78cb Mon Sep 17 00:00:00 2001 From: Daniel Darabos Date: Thu, 15 Oct 2015 14:26:10 +0200 Subject: [PATCH 1/2] Fix typo in What is the Jupyter Notebook. --- .../source/examples/Notebook/What is the Jupyter Notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)." From 1d1838284a291d419eec01b1903749e5ed611fdd Mon Sep 17 00:00:00 2001 From: Daniel Darabos Date: Thu, 15 Oct 2015 14:27:52 +0200 Subject: [PATCH 2/2] Fix typo in the RST version too. --- .../Notebook/rstversions/What is the Jupyter Notebook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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