Browse Source

Tweak grammar

Jason Grout 6 years ago
parent
commit
951b630a0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/getting_started/faq.rst

+ 1 - 1
docs/source/getting_started/faq.rst

@@ -25,6 +25,6 @@ Development
 Tips and Tricks
 ---------------
 
-- How to start JupyterLab with a clean workspace?
+- How do I start JupyterLab with a clean workspace every time?
 
 Add `'c.NotebookApp.default_url = '/lab?reset'` to your `jupyter_notebook_config.py`. See [How to create a jupyter_notebook_config.py](https://jupyter-notebook.readthedocs.io/en/stable/config.html) for more information.