From 6fd8408a2cd76599f742a4486d694e4457c9fd86 Mon Sep 17 00:00:00 2001 From: ozaki <29860391+OzakIOne@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:39:03 +0100 Subject: [PATCH] docs: typo (#9845) --- website/docs/api/plugins/plugin-vercel-analytics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/plugins/plugin-vercel-analytics.mdx b/website/docs/api/plugins/plugin-vercel-analytics.mdx index 1285a776f61d..4c1e966843e1 100644 --- a/website/docs/api/plugins/plugin-vercel-analytics.mdx +++ b/website/docs/api/plugins/plugin-vercel-analytics.mdx @@ -32,7 +32,7 @@ Accepted fields: | Name | Type | Default | Description | | --- | --- | --- | --- | | `mode` | `string` | `'auto'` | Override the automatic environment detection. Read the [official docs](https://vercel.com/docs/analytics/package#mode) for details. | -| `debug` | `boolean` | `undefined` | Enable browser console logging of analytics events. SRead the [official docs](https://vercel.com/docs/analytics/package#debug) for details. | +| `debug` | `boolean` | `undefined` | Enable browser console logging of analytics events. Read the [official docs](https://vercel.com/docs/analytics/package#debug) for details. | ```mdx-code-block