Skip to content

Commit e48ba58

Browse files
seanbrightmmalerba
authored andcommitted
docs: fix up some clunky wording (angular#63491)
PR Close angular#63491
1 parent bbb46e5 commit e48ba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Angular ships all applications as client-side rendered (CSR) by default. While t
44

55
## What is hybrid rendering?
66

7-
Hybrid rendering allows developers to leverage the benefits of server-side rendering (SSR), pre-rendering (also known as "static site generation" or SSG) and client-side rendering (CSR) to optimize your Angular application. It gives you fine-grained control over how your different parts of your app is rendered to give your users the best experience possible.
7+
Hybrid rendering allows developers to leverage the benefits of server-side rendering (SSR), pre-rendering (also known as "static site generation" or SSG) and client-side rendering (CSR) to optimize your Angular application. It gives you fine-grained control over how the different parts of your app are rendered to give your users the best experience possible.
88

99
## Setting up hybrid rendering
1010

0 commit comments

Comments
 (0)