diff --git a/src/content/guides/getting-started.mdx b/src/content/guides/getting-started.mdx index 0aa0e3d9c7a6..c928fd5fa82d 100644 --- a/src/content/guides/getting-started.mdx +++ b/src/content/guides/getting-started.mdx @@ -32,7 +32,7 @@ contributors: Webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interact with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community. -W> The minimum supported Node.js version to run webpack 5 is 10.13.0 (LTS) +W> The minimum supported Node.js version to run webpack 5 is 10.13.0 (LTS).