Skip to content

Commit 4446df7

Browse files
committed
fix typos
1 parent 0f3a278 commit 4446df7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/02-common-principles.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ directory within a dataset:
404404
```json
405405
{
406406
"DatasetLinks": {
407-
"deriv1": "file://derivatives/derivative1
407+
"deriv1": "file://derivatives/derivative1"
408408
}
409409
410410
}
@@ -427,7 +427,7 @@ directory that is NOT nested in the raw BIDS directory:
427427
```json
428428
{
429429
"DatasetLinks": {
430-
"deriv2": "file://../some-local-path/derivative2
430+
"deriv2": "file://../some-local-path/derivative2"
431431
}
432432
}
433433
```
@@ -439,7 +439,7 @@ current host using the following syntax:
439439
```json
440440
{
441441
"DatasetLinks": {
442-
"deriv2": "file:///some-other-local-path/derivative2
442+
"deriv2": "file:///some-other-local-path/derivative2"
443443
}
444444
}
445445
```
@@ -454,7 +454,7 @@ directory that is stored on a remote server called `mydatahost.com`.
454454
```json
455455
{
456456
"DatasetLinks": {
457-
"deriv3": "https://mydatahost.com/some-path/derivative3
457+
"deriv3": "https://mydatahost.com/some-path/derivative3"
458458
}
459459
}
460460
```

0 commit comments

Comments
 (0)