Merge pull request #609 from darabos/patch-1

Fix typo in documentation ("wiget")
This commit is contained in:
Min RK 2015-10-15 15:43:54 +02:00
commit 4c5bb7447c
2 changed files with 2 additions and 2 deletions

View File

@ -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/)."

View File

@ -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