Skip to content

Commit 4d26d36

Browse files
authored
Fix punctuation in SPA section
Removed a comma for improved sentence flow.
1 parent 348ce6e commit 4d26d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/ways-of-using-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use Vue to [build standard Web Components](/guide/extras/web-components)
1414

1515
## Single-Page Application (SPA) {#single-page-application-spa}
1616

17-
Some applications require rich interactivity, deep session depth, and non-trivial stateful logic on the frontend. The best way to build such applications is to use an architecture where Vue not only controls the entire page, but also handles data updates and navigation without having to reload the page. This type of application is typically referred to as a Single-Page Application (SPA).
17+
Some applications require rich interactivity, deep session depth and non-trivial stateful logic on the frontend. The best way to build such applications is to use an architecture where Vue not only controls the entire page, but also handles data updates and navigation without having to reload the page. This type of application is typically referred to as a Single-Page Application (SPA).
1818

1919
Vue provides core libraries and [comprehensive tooling support](/guide/scaling-up/tooling) with amazing developer experience for building modern SPAs, including:
2020

0 commit comments

Comments
 (0)