From 98689707985510a6c0d49d8c358f61a518927fe2 Mon Sep 17 00:00:00 2001
From: Polaris <37720445+PolarisWasInDenial@users.noreply.github.com>
Date: Thu, 18 Jul 2024 03:19:00 -0500
Subject: [PATCH] Update mpa-mode.md
---
docs/en/guide/mpa-mode.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/en/guide/mpa-mode.md b/docs/en/guide/mpa-mode.md
index 74b6c297..aaf017c4 100644
--- a/docs/en/guide/mpa-mode.md
+++ b/docs/en/guide/mpa-mode.md
@@ -1,12 +1,12 @@
# MPA Mode
-MPA (Multi-Page Application) mode can be enabled via the command line via `vitepress build --mpa`, or via config through the `mpa: true` option.
+MPA (Multi-Page Application) mode can be enabled via the command line by running `vitepress build --mpa`, or through config via the `mpa: true` option.
In MPA mode, all pages are rendered without any JavaScript included by default. As a result, the production site will likely have a better initial visit performance score from audit tools.
-However, due to the absence of SPA navigation, cross-page links will lead to full page reloads. Post-load navigations in MPA mode will not feel as instant as in SPA mode.
+However, due to the absence of SPA navigation, cross-page links will lead to full-page reloads. Post-load navigations in MPA mode will not feel as instant as in SPA mode.
-Also note that no-JS-by-default means you are essentially using Vue purely as a server-side templating language. No event handlers will be attached in the browser, so there will be no interactivity. To load client-side JavaScript, you will need to use the special `