mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[typescript/en] Fixing typo in 'Interpolation'
This commit is contained in:
parent
998e76c310
commit
5ca38bf934
@ -160,7 +160,7 @@ var tuple = pairToTuple({ item1:"hello", item2:"world"});
|
||||
/// <reference path="jquery.d.ts" />
|
||||
|
||||
// Template Strings (strings that use backticks)
|
||||
// String Intepolation with Template Strings
|
||||
// String Interpolation with Template Strings
|
||||
var name = 'Tyrone';
|
||||
var greeting = `Hi ${name}, how are you?`
|
||||
// Multiline Strings with Template Strings
|
||||
|
Loading…
Reference in New Issue
Block a user