diff --git a/advanced_topics/08_fslpy.ipynb b/advanced_topics/08_fslpy.ipynb
index 3ca6d7d54e63cda1a1300dc1fede7ac5ebe4d368..94680b2bb1909b7474ac69807fb0b355bfac4e07 100644
--- a/advanced_topics/08_fslpy.ipynb
+++ b/advanced_topics/08_fslpy.ipynb
@@ -1487,7 +1487,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Once the job finishes, we shouldd be able to read the usual `.o` and `.e`\n",
+    "Once the job finishes, we should be able to read the usual `.o` and `.e`\n",
     "files:"
    ]
   },
@@ -1550,9 +1550,9 @@
    "metadata": {},
    "source": [
     "When you use `submit=True`, you can also specify cluster submission options -\n",
-    "you can include any arguments to the\n",
+    "you can include any arguments that are accepted by the\n",
     "[`fslsub.submit`](https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/fslpy/latest/fsl.utils.fslsub.html#fsl.utils.fslsub.submit)\n",
-    "function:"
+    "function"
    ]
   },
   {
diff --git a/advanced_topics/08_fslpy.md b/advanced_topics/08_fslpy.md
index 21f5d747204c3ec0440cd2294a5a7e1420b8d436..1db751764b7892b694af22d8dcb463314fa0ea2f 100644
--- a/advanced_topics/08_fslpy.md
+++ b/advanced_topics/08_fslpy.md
@@ -1119,7 +1119,7 @@ print('Job ID:', jobid)
 ```
 
 
-Once the job finishes, we shouldd be able to read the usual `.o` and `.e`
+Once the job finishes, we should be able to read the usual `.o` and `.e`
 files:
 
 
@@ -1158,9 +1158,9 @@ render('08_fslpy/bighead bighead_brain -cm hot')
 
 
 When you use `submit=True`, you can also specify cluster submission options -
-you can include any arguments to the
+you can include any arguments that are accepted by the
 [`fslsub.submit`](https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/fslpy/latest/fsl.utils.fslsub.html#fsl.utils.fslsub.submit)
-function:
+function
 
 
 ```