From cb01f11ad100db49d5b1995a6852623feaa29eae Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 29 Sep 2022 22:41:12 +0800 Subject: Fix typos Found via `codespell -S ./src/theme -L crate,nam,varius,phasis` --- CONTRIBUTING.md | 2 +- src/book/summary.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72010ad2..23f90c7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. 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/). diff --git a/src/book/summary.rs b/src/book/summary.rs index 02f67c6f..b2784ce5 100644 --- a/src/book/summary.rs +++ b/src/book/summary.rs @@ -454,7 +454,7 @@ impl<'a> SummaryParser<'a> { items.push(item); } 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() { continue; } -- cgit v1.2.3