Skip to content

Commit

Permalink
[FIX] fix spelling (#362)
Browse files Browse the repository at this point in the history
* Bump tools/bids-specification from `466e212` to `8dc5221`

Bumps [tools/bids-specification](https://github.com/bids-standard/bids-specification) from `466e212` to `8dc5221`.
- [Release notes](https://github.com/bids-standard/bids-specification/releases)
- [Commits](bids-standard/bids-specification@466e212...8dc5221)

---
updated-dependencies:
- dependency-name: tools/bids-specification
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* [pre-commit.ci] pre-commit autoupdate (#352)

updates:
- [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Bump tools/bids-website from `482ff40` to `77fac4b` (#354)

Bumps [tools/bids-website](https://github.com/bids-standard/bids-website) from `482ff40` to `77fac4b`.
- [Commits](bids-standard/bids-website@482ff40...77fac4b)

---
updated-dependencies:
- dependency-name: tools/bids-website
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [pre-commit.ci] pre-commit autoupdate (#355)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0 (#357)

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@c6c9a1a...23ff157)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [pre-commit.ci] pre-commit autoupdate (#358)

updates:
- [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Bump tools/bids-specification from `26ee577` to `170471d` (#360)

Bumps [tools/bids-specification](https://github.com/bids-standard/bids-specification) from `26ee577` to `170471d`.
- [Release notes](https://github.com/bids-standard/bids-specification/releases)
- [Commits](bids-standard/bids-specification@26ee577...170471d)

---
updated-dependencies:
- dependency-name: tools/bids-specification
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix spelling

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 6, 2023
1 parent dab9288 commit e2a6a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion questions/general_schema.question.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is (by and large) the BIDS Specification, but written in a declarative form.

The BIDS schema is available in two machine readable formats:

- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specifiation repository](https://github.com/bids-standard/bids-specification/src/schema)
- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specification repository](https://github.com/bids-standard/bids-specification/src/schema)
- as a [single json file](https://bids-specification.readthedocs.io/en/stable/schema.json)

A light-weight introduction to the schema can be found [here](https://bids-extensions.readthedocs.io/en/latest/schema/).
Expand Down
2 changes: 1 addition & 1 deletion src/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ It is (by and large) the BIDS Specification, but written in a declarative form.

The BIDS schema is available in two machine readable formats:

- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specifiation repository](https://github.com/bids-standard/bids-specification/src/schema)
- as a set of [YAML](https://en.wikipedia.org/wiki/YAML) files in the [BIDS specification repository](https://github.com/bids-standard/bids-specification/src/schema)
- as a [single json file](https://bids-specification.readthedocs.io/en/stable/schema.json)

A light-weight introduction to the schema can be found [here](https://bids-extensions.readthedocs.io/en/latest/schema/).
Expand Down
2 changes: 1 addition & 1 deletion src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ EEG data in a proprietary format or presentation log files.

#### **tsv**:

TSV stands for **t**ab **s**eparated **v**alues.
TSV stands for Tab Separated Values.
A .tsv file contains a table (like a simple excel spreadsheet) containing text.
Table values are separated by tabs.

Expand Down

0 comments on commit e2a6a3d

Please sign in to comment.