Skip to content

Commit 6c01a6b

Browse files
committed
docs(turbo): add missing 'them' word
1 parent ea911bb commit 6c01a6b

File tree

1 file changed

+1
-1
lines changed
  • docs/01-app/04-api-reference/05-config/01-next-config-js

1 file changed

+1
-1
lines changed

docs/01-app/04-api-reference/05-config/01-next-config-js/turbo.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you need loader support beyond what's built in, many webpack loaders already
7878

7979
To configure loaders, add the names of the loaders you've installed and any options in `next.config.js`, mapping file extensions to a list of loaders.
8080

81-
Here is an example below using the [`@svgr/webpack`](https://www.npmjs.com/package/@svgr/webpack) loader, which enables importing `.svg` files and rendering as React components.
81+
Here is an example below using the [`@svgr/webpack`](https://www.npmjs.com/package/@svgr/webpack) loader, which enables importing `.svg` files and rendering them as React components.
8282

8383
```js filename="next.config.js"
8484
module.exports = {

0 commit comments

Comments
 (0)