Skip to content

Commit 5f3ab9e

Browse files
authored
Merge pull request #247 from AthennaIO/develop
chore(web): wording
2 parents fdad8d1 + 8320116 commit 5f3ab9e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/rest-api-application/web-application.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,10 @@ export default {
360360

361361
## Server Side Rendering (SSR)
362362

363-
SSR, short for Server-Side Rendering, is a technique in web development
364-
where the webpage's content is rendered on the server instead of the client's
365-
browser. The primary advantage of SSR lies in its ability to significantly
366-
enhance user experience by facilitating faster page transitions and quick
367-
loading times.
363+
Server Side Rendering is a technique in web development where the webpage's
364+
content is rendered on the server instead of the client's browser. The
365+
primary advantage of SSR lies in its ability to significantly enhance user
366+
experience by facilitating faster page transitions and quick loading times.
368367

369368
If you use `WEB EDGE` application type you will be already using
370369
SSR by default, but you can't use nice frameworks like React without some heavy

0 commit comments

Comments
 (0)