Skip to content

Commit a8c37ce

Browse files
authored
Merge pull request #1900 from kianmeng/fix-typos
Fix typos
2 parents 7aaa848 + cb01f11 commit a8c37ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

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

src/book/summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ impl<'a> SummaryParser<'a> {
454454
items.push(item);
455455
}
456456
Some(Event::Start(Tag::List(..))) => {
457-
// Skip this tag after comment bacause it is not nested.
457+
// Skip this tag after comment because it is not nested.
458458
if items.is_empty() {
459459
continue;
460460
}

0 commit comments

Comments
 (0)