From 361788dd3c24e424db52b0a2e3a9056b7f15e151 Mon Sep 17 00:00:00 2001 From: "M. Krassowski" <5832902+krassowski@users.noreply.github.com> Date: Mon, 12 Aug 2019 17:26:15 +0100 Subject: [PATCH] Update issue.rst Fix a typo from #6971 --- 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`.