Skip to content

Commit 92fbecb

Browse files
looshchalxhub
authored andcommitted
docs: fix backtick escaping in a Markdown file (angular#58387)
Fix backtick escaping for the template string example in the documentation on expression syntax. Closes angular#58382 PR Close angular#58387 PR Close angular#58387
1 parent 8a7985d commit 92fbecb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adev/src/content/guide/templates/expression-syntax.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Angular supports a subset of [literal values](https://developer.mozilla.org/en-U
1919

2020
### Unsupported literals
2121

22-
| Literal type | Example value |
23-
| --------------- | ------------------- |
24-
| Template string | `\`Hello ${name}\`` |
25-
| RegExp | `/\d+/` |
22+
| Literal type | Example value |
23+
| --------------- | --------------------- |
24+
| Template string | `` `Hello ${name}` `` |
25+
| RegExp | `/\d+/` |
2626

2727
## Globals
2828

0 commit comments

Comments
 (0)