Fix typos
Found via `codespell -S ./src/theme -L crate,nam,varius,phasis`
This commit is contained in:
parent
7aaa84853d
commit
cb01f11ad1
|
@ -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/).
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue