Skip to content

Commit

Permalink
fix(docs): missing character in RTL starter template
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jun 9, 2021
1 parent 7d66ae4 commit fda8432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/getting-started/rtl.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can see the above requirements reflected in this modified RTL starter templa
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Preconnect to CDN: remove if not needed -->
<link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin="anonymous"
<link href="https://cdn.jsdelivr.net" rel="preconnect" crossorigin="anonymous">

<!--
Neue Helvetica is a trademark of Monotype Imaging Inc. registered in the U.S.
Expand Down

0 comments on commit fda8432

Please sign in to comment.