We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b3e22 commit cff1707Copy full SHA for cff1707
pages/Basic Types.md
@@ -32,7 +32,7 @@ name = 'smith';
32
```
33
34
You can also use *template strings*, which can span multiple lines and have embedded expressions.
35
-These strings are surrounded by the backtick/backquote (`` ` ``) character, and embedded expressions are
+These strings are surrounded by the backtick/backquote (`` ` ``) character, and embedded expressions are of the form `${ expr }`
36
37
```TypeScript
38
var name: string = `Gene`;
0 commit comments