We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346e415 commit 2b23f04Copy full SHA for 2b23f04
Chapter 4 - Basics of Web Development/Chapter 4.3 - Templates/README.md
@@ -58,7 +58,7 @@ future ones. It should be fairly self-explanitory.
58
</html>
59
```
60
61
-Here, we take the `title` variable, which we renderer in Express to be `'Hey
+Here, we take the `title` variable, which we render in Express to be `'Hey
62
There, World!'`. To use this `title` variable in Handlebars, we simply use
63
`{{title}}`. Then we access our `message` and print it out on the screen as
64
well. When we load up the page, we should be greeted with something like this:
0 commit comments