Skip to content

Commit 2b43df1

Browse files
committed
Fix typo
1 parent 75ac770 commit 2b43df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/_methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Field Name | Purpose | Example Value(s) | Field Format
103103
`classes` | A space delimited list of class names to add to the CTA. | `custom-class1 custom-class2` | String
104104
`href` | The URL to access when the CTA is clicked. Must begin with `https://`. | `https://www.yourdomain.com/` | String
105105
`target` | The link target. | `_blank`, `_self` | String
106-
`onclick` | A function to attach as a click handler to the CTA. | `window.MyIntegation.clickFunction` | Function
106+
`onclick` | A function to attach as a click handler to the CTA. | `window.MyIntegration.clickFunction` | Function
107107
`text` | An object supplying text for the CTA in one or more languages. `en_US` is required at minimum. `fr_CA` is highly recommended. | See usage example | Object
108108
`attributes` | An object of `data-` attributes to add to the CTA. | | String
109109

0 commit comments

Comments
 (0)