diff --git a/manuscript/02.ECMAScript2015.md b/manuscript/02.ECMAScript2015.md index f83b244..3f31945 100644 --- a/manuscript/02.ECMAScript2015.md +++ b/manuscript/02.ECMAScript2015.md @@ -100,7 +100,7 @@ If you take a look at the ES5 that this gets compiled down to, it makes a whole Looking at this compiled code with such a simple example also makes this syntax seems a little silly, but it gets a whole lot more interesting when you consider a more real-world example. For instance, let's assume we want to use this chunk of HTML as a template to render the details of a Todo: -