diff --git a/docs/.vitepress/theme/landing/FeatureGrid1.vue b/docs/.vitepress/theme/landing/FeatureGrid1.vue index 11959f7b9429e8..a85e7506626545 100644 --- a/docs/.vitepress/theme/landing/FeatureGrid1.vue +++ b/docs/.vitepress/theme/landing/FeatureGrid1.vue @@ -60,8 +60,8 @@ import viteAnimation from '@assets/vite/animations/563_x_420_rich_features.riv'
Rich Features Out of the Box

- TypeScript, JSX, CSS, Workers, Web Assembly... and more with just a - plugin away. + TypeScript, JSX, CSS, Workers, WebAssembly... and more just a plugin + away.

{ expect(barResult.status).toBe(200) }) -test('should fallback to index.html when accessing non-existant html file', async () => { +test('should fallback to index.html when accessing non-existent html file', async () => { expect((await fetchPath('doesnt-exist.html')).status).toBe(200) })