Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pebosi authored Dec 1, 2017
1 parent 8a09be3 commit daf4609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FirebaseAnalytics.log('My Event', { /* Optional arguments */ });

// Set user-property string
FirebaseAnalytics.setUserPropertyString({
name: 'My Name'
name: 'My Name',
value: 'My Value'
});

Expand Down

0 comments on commit daf4609

Please sign in to comment.