Skip to content

Commit be9e934

Browse files
committed
Fixed typos in the CHANGELOG
1 parent aeb355c commit be9e934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
- Added support for Tailwind CSS 4.0.0.
66
- Default version is Tailwind CSS 4.0.0.
77
- The versioning is now aligned with Tailwind CSS. That means the major number of this packages
8-
follows the major number of Tailwind CSS to document the most recent support version of it.
8+
follows the major number of Tailwind CSS to document the most recent supported version of Tailwind.
99
- Removed the management commands `install_pycharm_workaround` and `uninstall_pycharm_workaround`.
1010
This feature broke too often.
1111
- Removed `runserver_plus` subcommand. The management subcommand `runserver` now starts either the
1212
debug server from django-extensions if this package is installed. Otherwise it starts the standard
1313
debug server.
14-
- The management subcommand `runserver` has a option `--force-default-runserver` to enforce the
14+
- The management subcommand `runserver` got an option `--force-default-runserver` to enforce the
1515
usage of the standard debug server from Django.
1616
- `TAILWIND_CLI_CONFIG_FILE` isn't necessary for Tailwind CSS 4.x only for 3.x.
1717
[Read the documentaiton about it.](https://django-tailwind-cli.rtfd.io/latest/installation/settings)

0 commit comments

Comments
 (0)