fix typo in CHANGELOG

This commit is contained in:
Robin Malfait 2022-11-17 17:53:40 +01:00
parent 8b4471778b
commit fb89b3c8a7
No known key found for this signature in database
GPG Key ID: 92F53D68B9041AFE

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Cleanup unused `variantOrder` ([#9829](https://github.com/tailwindlabs/tailwindcss/pull/9829))
- Fix `foo-[abc]/[def]` not being handled correctl ([#9866](https://github.com/tailwindlabs/tailwindcss/pull/9866))
- Fix `foo-[abc]/[def]` not being handled correctly ([#9866](https://github.com/tailwindlabs/tailwindcss/pull/9866))
### Added