We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2514c81 commit b64a143Copy full SHA for b64a143
website/core/SnackPlayer.js
@@ -52,7 +52,7 @@ var SnackPlayer = React.createClass({
52
var platform = params.platform ? params.platform : 'ios';
53
var name = params.name ? decodeURIComponent(params.name) : 'Example';
54
var description = params.description
55
- ? decoreURIComponent(params.description)
+ ? decodeURIComponent(params.description)
56
: 'Example usage';
57
58
var optionalProps = {};
0 commit comments