From cea1f5e49320fe11b9b026423d20590a8c1b1626 Mon Sep 17 00:00:00 2001 From: kimatata <117462761+kimatata@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:52:33 +0900 Subject: [PATCH] docs: fix typo (#262) --- docs/docs/dev/technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev/technologies.md b/docs/docs/dev/technologies.md index 3618db8..3ec3479 100644 --- a/docs/docs/dev/technologies.md +++ b/docs/docs/dev/technologies.md @@ -30,6 +30,6 @@ UnitTCMS is powered by following technologies. For more detailed info, please ch | Technology | Use | | ------------------------------------- | ---------------------- | | [Prettier](https://prettier.io/) | Format | -| [ESLint](https://eslint.org/) | ESLint | +| [ESLint](https://eslint.org/) | Lint | | [Vitest](https://vitest.dev/) | Unit Testing Framework | | [Playwright](https://playwright.dev/) | E2E Testing Framework |