瀏覽代碼

Fix typo.

Afshin Darian 6 年之前
父節點
當前提交
bfea104ecb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/source/user/interface.rst

+ 3 - 3
docs/source/user/interface.rst

@@ -239,15 +239,15 @@ workspace into a new workspace.
 
 .. _url-reset:
 
-If something goes wrong with a workspace, or if simply needs to be cleared of
+If something goes wrong with a workspace, or if it simply needs to be cleared of
 its contents, it can be ``reset``.
 
-* To reset the contents of the workspace ``foo`` :
+* To reset the contents of the workspace ``foo``:
   ``/lab/workspaces/foo?reset``
 * To reset the contents of the default workspace:
   ``/lab?reset``
 
-These URL functions can be used separately as above, or in combination, *e.g.*:
+These URL functions can be used separately as above, or in combination, e.g.:
 
 * To reset the workspace ``foo`` and to load a specific notebook afterward:
   ``/lab/workspaces/foo/tree/path/to/notebook.ipynb?reset``