From 7cdcf72105486662371132ab991210cd2f19f7de Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 12 Jun 2018 08:17:35 -0400 Subject: [PATCH] shell: Add a missing word --- _episodes/02-01-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}