Skip to content

Commit ab22602

Browse files
committed
FIX: correct english in docker notebook
1 parent 91f71a8 commit ab22602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/introduction_docker.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"\n",
6969
" docker run -it --rm -p 8888:8888 djarecka/nipype_tutorial jupyter notebook\n",
7070
" \n",
71-
"However if you want use your version of notebooks, safes notebooks output locally or use you local data, you can also mount your local directories, e.g.: \n",
71+
"However if you want use your version of notebooks, safe notebook outputs locally or use youe local data, you can also mount your local directories, e.g.: \n",
7272
"\n",
7373
" docker run -it --rm -v /path/to/nipype_tutorial/:/home/neuro/nipype_tutorial -v /path/to/data/:/data -v /path/to/output/:/output -p 8888:8888 djarecka/nipype_tutorial jupyter notebook\n",
7474
"\n",

0 commit comments

Comments
 (0)