Fix typos

Found via `codespell -S ./src/theme -L crate,nam,varius,phasis`
This commit is contained in:
Kian-Meng Ang 2022-09-29 22:41:12 +08:00
parent 7aaa84853d
commit cb01f11ad1
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ If possible, do your best to avoid breaking older browser releases.
Any change to the HTML or styling is encouraged to manually check on as many browsers and platforms that you can. Any change to the HTML or styling is encouraged to manually check on as many browsers and platforms that you can.
Unfortunately at this time we don't have any automated UI or browser testing, so your assistance in testing is appreciated. Unfortunately at this time we don't have any automated UI or browser testing, so your assistance in testing is appreciated.
## Updating higlight.js ## Updating highlight.js
The following are instructions for updating [highlight.js](https://highlightjs.org/). The following are instructions for updating [highlight.js](https://highlightjs.org/).

View File

@ -454,7 +454,7 @@ impl<'a> SummaryParser<'a> {
items.push(item); items.push(item);
} }
Some(Event::Start(Tag::List(..))) => { Some(Event::Start(Tag::List(..))) => {
// Skip this tag after comment bacause it is not nested. // Skip this tag after comment because it is not nested.
if items.is_empty() { if items.is_empty() {
continue; continue;
} }