From 0c0b8599abaa7b990ad3d211ac2a847a406ec48c Mon Sep 17 00:00:00 2001 From: Wulnan Shadrach <135399903+TechWuly@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:15:33 +0100 Subject: [PATCH] Added missing comma in getting-started conclusion. --- 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 72c32c30b2a7..75551b629660 100644 --- a/src/content/guides/getting-started.mdx +++ b/src/content/guides/getting-started.mdx @@ -392,7 +392,7 @@ T> Custom parameters can be passed to webpack by adding two dashes between the ` ## Conclusion -Now that you have a basic build together you should move on to the next guide [`Asset Management`](/guides/asset-management) to learn how to manage assets like images and fonts with webpack. At this point, your project should look like this: +Now that you have a basic build together, you should move on to the next guide [`Asset Management`](/guides/asset-management) to learn how to manage assets like images and fonts with webpack. At this point, your project should look like this: **project**