We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecabded commit 91f3508Copy full SHA for 91f3508
1 file changed
src/tool-stack/index.tsx
@@ -59,7 +59,7 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
59
{
60
name: 'Rstest',
61
desc: isEn
62
- ? 'An testing framework that provides first-class support for Rspack ecosystem'
+ ? 'A testing framework that provides first-class support for Rspack ecosystem'
63
: '基于 Rspack 的测试框架,为 Rspack 生态提供全面、一流的支持',
64
logo: 'https://assets.rspack.rs/rstest/rstest-logo.svg',
65
url: 'https://rstest.rs/',
0 commit comments