From 295b199ba2da3a9f43f368e2ec55dbd0ec4bc686 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Mon, 12 Aug 2019 10:04:40 -0700 Subject: [PATCH] Backport PR #6993: Fix a typo in the issues reporting documentation (issue.rst) --- docs/source/getting_started/issue.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/issue.rst b/docs/source/getting_started/issue.rst index 2430273e2c40..7038674bcd58 100644 --- a/docs/source/getting_started/issue.rst +++ b/docs/source/getting_started/issue.rst @@ -36,7 +36,7 @@ If you find a problem in JupyterLab, please follow the steps below to diagnose a - I can reproduce the issue with the classic Jupyter Notebook: The problem is probably not from JupyterLab. It may be in the `Jupyter Notebook server `__, your kernel, etc. Use your best judgement to file an issue with the appropriate project. - I cannot reproduce the issue in classic Jupyter Notebook: Go to step 4. -4. Try to reproduce the issue in your browser incognito or private browsing modeq. Running in private browser mode ensures your browser state is clean. +4. Try to reproduce the issue in your browser incognito or private browsing mode. Running in private browser mode ensures your browser state is clean. - I cannot reproduce the issue in private browsing mode: Perhaps resetting your cookies or other browser state would help. - I can reproduce the issue in private browsing mode: Go to :ref:`create-issue`.