Skip to content

Commit 1b04ebe

Browse files
committed
One more docs fix
1 parent 11071cb commit 1b04ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ If you have also **created a new user**, you might be experiencing any of the fo
202202
-v "${PWD}"/<my-vol>:/home/jovyan/work
203203
```
204204

205-
This example uses the syntax `$(PWD)`, which is replaced with the full path to the current directory at runtime. The destination
205+
This example uses the syntax `${PWD}`, which is replaced with the full path to the current directory at runtime. The destination
206206
path should also be an absolute path starting with a `/` such as `/home/jovyan/work`.
207207

208208
- You might want to consider using the Docker native `--user <UID>` and `--group-add users` flags instead of `-e NB_UID` and `-e NB_GID`:

0 commit comments

Comments
 (0)