diff --git a/_episodes/02-01-shell.md b/_episodes/02-01-shell.md index 68235c2..754e132 100644 --- a/_episodes/02-01-shell.md +++ b/_episodes/02-01-shell.md @@ -191,7 +191,7 @@ sub-16_task-balloonanalogrisktask_run-03_bold.nii.gz`. > add support for more advanced features, such as completing options > for some common commands (e.g. `mkdir --` then TAB will > display a list of `mkdir`'s long options). And any program can -> provide its own set bash-completion rules, which is especially +> provide its own set of bash-completion rules, which is especially > valuable for complex command-line interfaces like `git`. {: .callout}