Fix typo css-frameworks.md (#1636)

* Update css-frameworks.md

Fix typo

* Update css-frameworks.md
This commit is contained in:
ylck 2024-01-15 20:56:12 +08:00 committed by GitHub
parent 73c37b7d6d
commit 8e0cd05e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ app todoApp {
// ...
dependencies: [
("@tailwindcss/forms", "^0.5.3"),
("@tailwindcss/typographjy", "^0.5.7"),
("@tailwindcss/typography", "^0.5.7"),
],
// ...
}

View File

@ -92,7 +92,7 @@ app todoApp {
// ...
dependencies: [
("@tailwindcss/forms", "^0.5.3"),
("@tailwindcss/typographjy", "^0.5.7"),
("@tailwindcss/typography", "^0.5.7"),
],
// ...
}