Fix typo found by @minrk

This commit is contained in:
Carol Willing 2016-03-15 05:02:44 -07:00
parent 4db4691563
commit 915920ac72

View File

@ -18,7 +18,7 @@
"- nbextension: a notebook extension\n",
" - a single JS file, or directory of JavaScript, Cascading StyleSheets, etc. that contain at\n",
" minimum a JavaScript module packaged as an\n",
" [AMD modules(https://en.wikipedia.org/wiki/Asynchronous_module_definition)\n",
" [AMD modules](https://en.wikipedia.org/wiki/Asynchronous_module_definition)\n",
" that exports a function `load_ipython_extension`\n",
"- server extension: an importable Python module\n",
" - that implements `load_jupyter_server_extension`"