mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-14 13:15:59 +00:00
[typescript/en] Typo fixed in 'backticks'
This commit is contained in:
parent
525b6106a5
commit
998e76c310
@ -159,7 +159,7 @@ var tuple = pairToTuple({ item1:"hello", item2:"world"});
|
|||||||
// Including references to a definition file:
|
// Including references to a definition file:
|
||||||
/// <reference path="jquery.d.ts" />
|
/// <reference path="jquery.d.ts" />
|
||||||
|
|
||||||
// Template Strings (strings that use backtics)
|
// Template Strings (strings that use backticks)
|
||||||
// String Intepolation with Template Strings
|
// String Intepolation with Template Strings
|
||||||
var name = 'Tyrone';
|
var name = 'Tyrone';
|
||||||
var greeting = `Hi ${name}, how are you?`
|
var greeting = `Hi ${name}, how are you?`
|
||||||
|
Loading…
Reference in New Issue
Block a user