mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +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:
|
||||
/// <reference path="jquery.d.ts" />
|
||||
|
||||
// Template Strings (strings that use backtics)
|
||||
// Template Strings (strings that use backticks)
|
||||
// String Intepolation with Template Strings
|
||||
var name = 'Tyrone';
|
||||
var greeting = `Hi ${name}, how are you?`
|
||||
|
Loading…
Reference in New Issue
Block a user