Skip to content

Commit f80c600

Browse files
fmalcherAndrewKushnir
authored andcommitted
docs: Fix wrong quoting in SSR guide (angular#27057)
PR Close angular#27057
1 parent b278ea1 commit f80c600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/universal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Your app may have to launch faster to engage these users before they decide to d
6262

6363
With Angular Universal, you can generate landing pages for the app that look like the complete app.
6464
The pages are pure HTML, and can display even if JavaScript is disabled.
65-
The pages don't handle browser events, but they _do_ support navigation through the site using `[routerLink](guide/router#router-link)`.
65+
The pages don't handle browser events, but they _do_ support navigation through the site using [`routerLink`](guide/router#router-link).
6666

6767
In practice, you'll serve a static version of the landing page to hold the user's attention.
6868
At the same time, you'll load the full Angular app behind it.

0 commit comments

Comments
 (0)