diff --git a/website/src/content/docs/analyzer/index.mdx b/website/src/content/docs/analyzer/index.mdx index 72925808e01b..530f353f1ff3 100644 --- a/website/src/content/docs/analyzer/index.mdx +++ b/website/src/content/docs/analyzer/index.mdx @@ -108,7 +108,7 @@ import { Grid } from "../components/Grid.jsx"; // group 1, the polyfill/shim import "../polyfills/array/flatMap"; -// group 2, the files tha require the polyfill/shim +// group 2, the files that require the polyfill/shim import { functionThatUsesFlatMap } from "./utils.js"; ```