diff --git a/docs/01-app/04-api-reference/05-config/01-next-config-js/turbo.mdx b/docs/01-app/04-api-reference/05-config/01-next-config-js/turbo.mdx index 29c820a0631d5..e32e777d3806a 100644 --- a/docs/01-app/04-api-reference/05-config/01-next-config-js/turbo.mdx +++ b/docs/01-app/04-api-reference/05-config/01-next-config-js/turbo.mdx @@ -45,14 +45,14 @@ module.exports = nextConfig The following options are available for the `turbo` configuration: -| Option | Description | -| ------------------- | ------------------------------------------------------------------------- | -| `rules` | List of unsupported webpack loaders to apply when running with Turbopack. | -| `resolveAlias` | Map aliased imports to modules to load in their place. | -| `resolveExtensions` | List of extensions to resolve when importing files. | -| `moduleIdStrategy` | Assign module IDs | -| `treeShaking` | Enable tree shaking for the turbopack dev server and build. | -| `memoryLimit` | A target memory limit for turbo, in bytes. | +| Option | Description | +| ------------------- | ----------------------------------------------------------------------- | +| `rules` | List of supported webpack loaders to apply when running with Turbopack. | +| `resolveAlias` | Map aliased imports to modules to load in their place. | +| `resolveExtensions` | List of extensions to resolve when importing files. | +| `moduleIdStrategy` | Assign module IDs | +| `treeShaking` | Enable tree shaking for the turbopack dev server and build. | +| `memoryLimit` | A target memory limit for turbo, in bytes. | ### Supported loaders