mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 01:34:19 +02:00
[typescript/en] Typo fixed in 'backticks'
This commit is contained in:
@@ -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?`
|
||||
|
Reference in New Issue
Block a user