From e2a6a3d8e8e7e7a3b6a541a8845bd924d7ddd6ff Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 6 Nov 2023 16:29:41 +0100 Subject: [PATCH] [FIX] fix spelling (#362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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](https://github.com/bids-standard/bids-specification/compare/466e212626b3a8a7f068b39ba53639bd2fca387a...8dc522157743c636bcf752d90e07d70ba41c5f19) --- updated-dependencies: - dependency-name: tools/bids-specification dependency-type: direct:production ... Signed-off-by: dependabot[bot] * [pre-commit.ci] pre-commit autoupdate (#352) updates: - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](https://github.com/asottile/reorder-python-imports/compare/v3.11.0...v3.12.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/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](https://github.com/bids-standard/bids-website/compare/482ff4016b87d7b33dd3fc4cdf5d4948cacaec10...77fac4bfe3ca8f257b8b5e95a4d934846dfcd2fb) --- updated-dependencies: - dependency-name: tools/bids-website dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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](https://github.com/pre-commit/pre-commit-hooks/compare/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](https://github.com/peter-evans/create-or-update-comment/compare/c6c9a1a66007646a28c153e2a8580a5bad27bcfa...23ff15729ef2fc348714a3bb66d2f655ca9066f2) --- 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] 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](https://github.com/psf/black/compare/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](https://github.com/bids-standard/bids-specification/compare/26ee577dcfd16034415fd1625f7011b791e25a8b...170471db3d8b94c2254ca7b0572672959fd8cef7) --- updated-dependencies: - dependency-name: tools/bids-specification dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix spelling --------- Signed-off-by: dependabot[bot] 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> --- questions/general_schema.question.md | 2 +- src/FAQ.md | 2 +- src/glossary.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/questions/general_schema.question.md b/questions/general_schema.question.md index 91d80aa8..ce24e478 100644 --- a/questions/general_schema.question.md +++ b/questions/general_schema.question.md @@ -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/). diff --git a/src/FAQ.md b/src/FAQ.md index 21b94ba4..8e9205c2 100644 --- a/src/FAQ.md +++ b/src/FAQ.md @@ -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/). diff --git a/src/glossary.md b/src/glossary.md index d6b01b55..d0acff78 100644 --- a/src/glossary.md +++ b/src/glossary.md @@ -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.