Skip to content

Commit 2b23f04

Browse files
DentFuseandrewda
authored andcommitted
Correct minor typo (#73)
Changed renderer to render
1 parent 346e415 commit 2b23f04

File tree

1 file changed

+1
-1
lines changed
  • Chapter 4 - Basics of Web Development/Chapter 4.3 - Templates

1 file changed

+1
-1
lines changed

Chapter 4 - Basics of Web Development/Chapter 4.3 - Templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ future ones. It should be fairly self-explanitory.
5858
</html>
5959
```
6060

61-
Here, we take the `title` variable, which we renderer in Express to be `'Hey
61+
Here, we take the `title` variable, which we render in Express to be `'Hey
6262
There, World!'`. To use this `title` variable in Handlebars, we simply use
6363
`{{title}}`. Then we access our `message` and print it out on the screen as
6464
well. When we load up the page, we should be greeted with something like this:

0 commit comments

Comments
 (0)