fix(content): correct spelling mistakes#310
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR cleans up user-facing typos across site content (MDX) and a small typo in the people data JSON, and normalizes one news item’s tags to the existing hyphenated tag format used across the site.
Changes:
- Fixes multiple spelling mistakes in news/event MDX frontmatter and body text.
- Corrects a role typo in
src/data/people.json. - Normalizes tags in
nordic-ds-network-meetingto hyphenated tag names (e.g.,data-management,fair-data).
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/data/people.json | Corrects a role label typo in people data. |
| src/content/news/2026/strengthening-fair-metadata-standards/index.mdx | Fixes title spelling and an attribution typo. |
| src/content/news/2026/nordic-ds-network-meeting/index.mdx | Normalizes tags to hyphenated format. |
| src/content/news/2026/jaspar-cdr/index.mdx | Fixes “ELXIR” → “ELIXIR” in summary. |
| src/content/news/2025/nels-scheduled-maintenance-november/index.mdx | Fixes “continously/continuosly” → “continuously”. |
| src/content/news/2025/charm-eu-open-science-recognition-award/index.mdx | Fixes month spelling in date field. |
| src/content/news/2024/elixir4-celebration/index.mdx | Fixes “Noway” → “Norway”. |
| src/content/news/2021/norske-sars-cov-2-gensekvenser-na-fritt-tilgjengelig-gjennom-den-apne-genbanken-ena/index.mdx | Fixes “sbakteriologi” → “bakteriologi”. |
| src/content/news/2020/metapipe-is-now-operational/index.mdx | Fixes “Bioinformatcis” → “Bioinformatics”. |
| src/content/news/2020/2nd-round-of-elixir-fairdom-staff-exchange/index.mdx | Fixes “Noway/dicussed” → “Norway/discuss”. |
| src/content/news/2019/please-help-us-improve-our-bioinformatics-services/index.mdx | Fixes spacing/typos in summary/body text. |
| src/content/news/2019/elixir-norway-at-the-elixir-all-hands-meeting-in-lisbon/index.mdx | Fixes “brougth” → “brought”. |
| src/content/news/2018/first-hands-on-workshop-in-marine-metagenomics-organised-in-troms/index.mdx | Fixes “metagenomcis” → “metagenomics”. |
| src/content/events/2025/elixir-industry-engagement-day/index.mdx | Fixes “ELXIR” → “ELIXIR”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
yasinmiran
force-pushed
the
fix/spelling-mistakes
branch
from
July 1, 2026 12:33
7d8ba0f to
1b3931c
Compare
Correct visible typos in news, event, and people content so published copy and metadata read cleanly.
yasinmiran
force-pushed
the
fix/spelling-mistakes
branch
from
July 1, 2026 12:37
1b3931c to
cc26614
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
nvm use 24 && corepack enable && pnpm install --frozen-lockfile && pnpm build && pnpm test:pages