From bff6815df194a4ac07d44f47f0468f1e4e87bce7 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 2 May 2021 13:02:08 -0700 Subject: [PATCH] docs: typo fix changelog --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 39884371328..7ea14956a6f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -52,7 +52,7 @@ As features stabilize some brief notes about them will accumulate here. * Fixed: mouse reporting button state not cleared when focus is lost, eg: from clicking a link [#744](https://github.com/wez/wezterm/issues/744) * Improved: better looking curly underline. Thanks to [@ModProg](https://github.com/ModProg)! [#733](https://github.com/wez/wezterm/pull/733) * Fixed: wezterm now sets argv0 to `-$SHELL` to invoke a login shell, rather than running `$SHELL -l`. [#753](https://github.com/wez/wezterm/issues/753) -* Improved: ssh_config parsing now supports `Match` for `Host`, `LocalUser`. +* Improved: `ssh_config` parsing now supports `Match` for `Host`, `LocalUser`. * Improved render performance for wide windows [#740](https://github.com/wez/wezterm/issues/740) * New color schemes: `Aurora`, `BlueDolphin`, `BlulocoDark`, `BlulocoLight`, `Doom Peacock`, `Galizur`, `Guezwhoz`, `PaleNightHC`, `Raycast_Dark`, `Raycast_Light`, `Sublette`, `iceberg-dark` and `iceberg-light`.