diff --git a/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/angular.mdx b/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/angular.mdx
index 27a1503ca9fdba3..cde034163c57b06 100644
--- a/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/angular.mdx
+++ b/src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/angular.mdx
@@ -37,7 +37,7 @@ cd my-angular-app
After you have created your project, run the following command in the project directory to start a local server. This will allow you to preview your project locally during development.
-
+
## 3. Deploy your Project