Skip to content

Commit 4722ad3

Browse files
committed
updated quotes (#162)
1 parent fcdc713 commit 4722ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.4.0/components/passing-properties-to-a-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ like this.
6161
```handlebars {data-filename=app/templates/index.hbs}
6262
{{button-with-confirmation
6363
text="Click here to unsubscribe."
64-
onConfirm=(action 'unsubscribe')
64+
onConfirm=(action "unsubscribe")
6565
}}
6666
```
6767

0 commit comments

Comments
 (0)