Skip to content

Commit 2d96200

Browse files
docs: minor phrasing updates (#3204)
1 parent 237ad85 commit 2d96200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This allows you to link to the heading as `#my-anchor` instead of the default `#
1818

1919
## Links
2020

21-
Both internal and external links gets special treatments.
21+
Both internal and external links get special treatment.
2222

2323
### Internal Links
2424

Diff for: docs/guide/ssr-compat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ outline: deep
66

77
VitePress pre-renders the app in Node.js during the production build, using Vue's Server-Side Rendering (SSR) capabilities. This means all custom code in theme components are subject to SSR Compatibility.
88

9-
The [SSR section in official Vue docs](https://vuejs.org/guide/scaling-up/ssr.html) provides more context on what is SSR, the relationship between SSR / SSG, and common notes on writing SSR-friendly code. The rule of thumb is to only access browser / DOM APIs in `beforeMount` or `mounted` hooks of Vue components.
9+
The [SSR section in official Vue docs](https://vuejs.org/guide/scaling-up/ssr.html) provides more context on what SSR is, the relationship between SSR / SSG, and common notes on writing SSR-friendly code. The rule of thumb is to only access browser / DOM APIs in `beforeMount` or `mounted` hooks of Vue components.
1010

1111
## `<ClientOnly>`
1212

0 commit comments

Comments
 (0)