Skip to content

Commit c8e939c

Browse files
author
Erwan Leblanc
committed
docs: fixed variable declaration
1 parent 12303e1 commit c8e939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499

500500
```js
501501
var eventName = 'clicked_on_this'
502-
var metadata = { 'custom_dictionary': 123, 'anything': 'everything' }
502+
var metaData = { 'custom_dictionary': 123, 'anything': 'everything' }
503503
Branch.userCompletedAction(eventName, metaData).then(function (res) {
504504
alert('Response: ' + JSON.stringify(res))
505505
}).catch(function (err) {

0 commit comments

Comments
 (0)