Skip to content

Commit

Permalink
Fixed a typo in the docs (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnji authored Mar 29, 2024
1 parent 66a99f6 commit 21cec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/docs/analyzer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
```

Expand Down

0 comments on commit 21cec23

Please sign in to comment.