From 3bbc65454c19e47026b4a21d48a8978f24712298 Mon Sep 17 00:00:00 2001 From: Aashutosh31 Date: Fri, 7 Nov 2025 17:58:00 +0530 Subject: [PATCH] docs(guides): Fix capitalization in getting-started.mdx --- src/content/guides/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/getting-started.mdx b/src/content/guides/getting-started.mdx index f82a51dae02d..da7b53617d63 100644 --- a/src/content/guides/getting-started.mdx +++ b/src/content/guides/getting-started.mdx @@ -347,6 +347,6 @@ webpack-demo |- /node_modules ``` -W> Do not compile untrusted code with webpack. It could lead to execution of malicious code on your computer, remote servers, or in the Web browsers of the end users of your application. +W> Do not compile untrusted code with webpack. It could lead to execution of malicious code on your computer, remote servers, or in the web browsers of the end users of your application. If you want to learn more about webpack's design, you can check out the [basic concepts](/concepts) and [configuration](/configuration) pages. Furthermore, the [API](/api) section digs into the various interfaces webpack offers.