Skip to content

Commit fd21fff

Browse files
Do not use HTML comments in Markdown
Astro does not support them.
1 parent 44430dc commit fd21fff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.typos.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ extend-ignore-re = [
66
# Ignore blocks between `spellchecker:off` and `spellchecker:on`
77
"spellchecker:off.*?\\n*.*spellchecker:on",
88
]
9+
extend-ignore-words = [
10+
# Specifically for the "General FAQ" page.
11+
"aer",
12+
]
913

1014
[files]
1115
extend-exclude = ["/package-lock.json"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: General FAQ
1010

1111
AerynOS is a stylized spelling of "Erin", alluding to the project's Irish roots.
1212
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,
13+
It's also a play on "aer" and the phonetic "air" sound,
1414
indicative of our desire to produce an open, trusted and high-performance operating system.
1515

1616
It's pronounced as "AIR-in" OS.

0 commit comments

Comments
 (0)