diff options
| -rw-r--r-- | typescript.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown index 17c56e7a..20974304 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -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  | 
