diff --git a/docs/source/troubleshooting.md b/docs/source/troubleshooting.md index f4a7c86a7..7e221701d 100644 --- a/docs/source/troubleshooting.md +++ b/docs/source/troubleshooting.md @@ -15,7 +15,7 @@ for details. To mitigate this issue, you can increase the timeout for requirejs by adding it in your custom.js: // default is 30s, increase to 1 minute - window.requirejs.config({waitseconds: 60}); + window.requirejs.config({waitSeconds: 60}); You can find details of where to find/create a custom.js file at the notebook documentation about [custom.js](http://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/JavaScript%20Notebook%20Extensions.html#custom.js).