Skip to content

Commit 69980a9

Browse files
Fix typos
1 parent bf6ac4a commit 69980a9

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.typos.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-FileCopyrightText: 2026 AerynOS Developers
2+
# SPDX-License-Identifier: MPL-2.0
3+
4+
[default]
5+
extend-ignore-re = [
6+
# Ignore blocks between `spellchecker:off` and `spellchecker:on`
7+
"spellchecker:off.*?\\n*.*spellchecker:on",
8+
]
9+
10+
[files]
11+
extend-exclude = ["/package-lock.json"]

src/content/docs/FAQ/general-faq.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ description: General FAQ
88

99
### What does AerynOS mean and how do I pronounce it?
1010

11-
AerynOS is a stylized spelling of "Erin", alluding to the project's Irish roots. It is pronounced exactly the same as "Erin" - "AIR-in" OS. It's also a play on "aer" and the phonetic "air" sound, indicative of our desire to produce an open, trusted and high-performance operating system.
11+
AerynOS is a stylized spelling of "Erin", alluding to the project's Irish roots.
12+
It is pronounced exactly the same as "Erin" - "AIR-in" OS.
13+
It's also a play on <!-- spellchecker:off -->"aer"<!-- spellchecker:on --> and the phonetic "air" sound,
14+
indicative of our desire to produce an open, trusted and high-performance operating system.
1215

1316
It's pronounced as "AIR-in" OS.
1417

0 commit comments

Comments
 (0)