From 221be48589cdcb7bfd7b031a4d0824688dd681c1 Mon Sep 17 00:00:00 2001 From: Stefan Bauer Date: Tue, 14 Mar 2023 16:56:55 +0100 Subject: [PATCH] fixed big bug typo ;-) (#1242) --- docs/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 1d3b706bf..4829173d8 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -33,7 +33,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Fixed a bug in `` that caused the display label to render incorrectly in Chrome after form validation [#1197](https://github.com/shoelace-style/shoelace/discussions/1197) - Fixed a bug in `` that prevented users from applying their own value for `autocapitalize`, `autocomplete`, and `autocorrect` when using `type="password` [#1205](https://github.com/shoelace-style/shoelace/issues/1205) - Fixed a bug in `` that prevented scroll controls from showing when dynamically adding tabs [#1208](https://github.com/shoelace-style/shoelace/issues/1208) -- Fixed a big in `` that caused the calendar icon to be clipped in Firefox [#1213](https://github.com/shoelace-style/shoelace/pull/1213) +- Fixed a bug in `` that caused the calendar icon to be clipped in Firefox [#1213](https://github.com/shoelace-style/shoelace/pull/1213) - Fixed a bug in `` that caused `sl-tab-show` to be emitted when activating the close button - Fixed a bug in `` that caused `--track-color` to be invisible with certain colors - Fixed a bug in `` that caused the focus color to show when selecting menu items with a mouse or touch device