Skip to content

Commit bc79cd3

Browse files
d316vincent-psarga
authored andcommitted
Fix a typo on README
1 parent 4ac2142 commit bc79cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Partials support parameters:
4545
```ruby
4646
hbs.register_partial('full_name', "{{fname}} {{lname}}")
4747
hbs.compile("Hello {{> full_name fname='jon' lname='doe'}}")
48-
# Gives: "Hello jon doe")
48+
# Gives: "Hello jon doe"
4949
```
5050

5151
You can also register inline helpers:

0 commit comments

Comments
 (0)