docs: fix typo (#262)

This commit is contained in:
kimatata
2025-08-01 16:52:33 +09:00
committed by GitHub
parent 97d36d139d
commit cea1f5e493

View File

@@ -30,6 +30,6 @@ UnitTCMS is powered by following technologies. For more detailed info, please ch
| Technology | Use | | Technology | Use |
| ------------------------------------- | ---------------------- | | ------------------------------------- | ---------------------- |
| [Prettier](https://prettier.io/) | Format | | [Prettier](https://prettier.io/) | Format |
| [ESLint](https://eslint.org/) | ESLint | | [ESLint](https://eslint.org/) | Lint |
| [Vitest](https://vitest.dev/) | Unit Testing Framework | | [Vitest](https://vitest.dev/) | Unit Testing Framework |
| [Playwright](https://playwright.dev/) | E2E Testing Framework | | [Playwright](https://playwright.dev/) | E2E Testing Framework |