Skip to content

Commit ab249a9

Browse files
Merge pull request #558 from neuroinformatics-unit/fix_docs_typos
2 parents aeedaf8 + 247ca54 commit ab249a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/pages/get_started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ by right-clicking each file and selecting "Download (or) Save Link As...".
435435
Alternatively you can create them in your favourite text editor.
436436
437437
Next, hover over the `behav` folder the `Directory Tree` with your
438-
mouse and and press `CTRL+O` to open the folder in your file browser.
438+
mouse and press `CTRL+O` to open the folder in your file browser.
439439
Move the mock behavioural data file (`sub-001_ses-001_camera-top.mp4`)
440440
into the `behav` datatype folder.
441441

docs/source/pages/user_guides/use-name-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ by defining template names using 'regular expressions'.
1212

1313
For example, say you wanted your subjects to be in the form
1414
`sub-XXX_id-XXXXXX` where `X` is a digit (i.e. subject number with
15-
a 6-digit id.
15+
a 6-digit id).
1616

1717
We can define this
1818
as a regexp where `\d` stands for 'any digit`:

0 commit comments

Comments
 (0)