From b4ef3abdbc90ad8d1344abbd38edbe00846545e5 Mon Sep 17 00:00:00 2001 From: Seth <140578547+pisethTang@users.noreply.github.com> Date: Fri, 25 Sep 2026 17:39:00 +0930 Subject: [PATCH] docs: fix grammar in benchmark provider guide (#11344) --- docs/guide/advanced/benchmark-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/advanced/benchmark-provider.md b/docs/guide/advanced/benchmark-provider.md index be8975abe..4a26988f1 100644 --- a/docs/guide/advanced/benchmark-provider.md +++ b/docs/guide/advanced/benchmark-provider.md @@ -22,7 +22,7 @@ export default defineConfig({ }) ``` -The module must has a default export with an object that implements `BenchmarkProvider`. This example wraps Tinybench to demonstrate how registrations and results flow through a provider. If you use Tinybench in your provider, add it as a direct dependency of your project. +The module must have a default export with an object that implements `BenchmarkProvider`. This example wraps Tinybench to demonstrate how registrations and results flow through a provider. If you use Tinybench in your provider, add it as a direct dependency of your project. ```ts [benchmark-provider.ts] import type { BenchmarkProvider } from 'vitest' -- 2.51.2