Fix typo and add to description. (#23313)

This commit is contained in:
Rachel Krupnick
2018-11-17 03:14:20 -05:00
committed by Manish Giri
parent 1cbbee0380
commit 06e46f188d

View File

@ -2,7 +2,7 @@
title: Template Literals title: Template Literals
--- ---
Template Literals are an ES6 feature utilizing the backtick charater to define a string value Template Literals are an ES6 feature utilizing the backtick character to define a string value. They give the programmer the ability to combine variables and strings without concatenation, thus making the code cleaner.
### The basic syntax ### The basic syntax