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"});
///
// 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