From 800dbf2929e8a60b2e79bd11744aed6f0e6efe18 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Fri, 15 Apr 2022 12:09:31 -0700 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2a5cf2..1394381c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ [#1546](https://github.com/rust-lang/mdBook/pull/1546) ### Changed -- The `cargo serve` live reload websocket now uses the protocol, host, and +- The `mdbook serve` live reload websocket now uses the protocol, host, and port of the current page, allowing access through a proxy. [#1771](https://github.com/rust-lang/mdBook/pull/1771) - The 404 not-found page now includes the books title in the HTML title tag.