diff --git a/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx b/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx
index 71d1154de4..37ed4bad54 100644
--- a/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx
+++ b/docs/developer-docs/web-apps/application-frontends/existing-frontend.mdx
@@ -9,11 +9,11 @@ import Tabs from "@theme/Tabs";
-# Using an existing frontend application
+# Using an existing application frontend
-While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing frontend application as a frontend canister is also a viable option for building an application on ICP.
+While numerous starter projects and examples exist for those who prefer to start from scratch, deploying an existing application frontend as a frontend canister is also a viable option for building an application on ICP.
:::caution
Server methods such as `getServerSideProps` are not supported, since it will be deployed as a client-only application.