Skip to content

Commit 91f3508

Browse files
authored
fix: grammar (#58)
1 parent ecabded commit 91f3508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tool-stack/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
5959
{
6060
name: 'Rstest',
6161
desc: isEn
62-
? 'An testing framework that provides first-class support for Rspack ecosystem'
62+
? 'A testing framework that provides first-class support for Rspack ecosystem'
6363
: '基于 Rspack 的测试框架,为 Rspack 生态提供全面、一流的支持',
6464
logo: 'https://assets.rspack.rs/rstest/rstest-logo.svg',
6565
url: 'https://rstest.rs/',

0 commit comments

Comments
 (0)