Skip to content

Commit

Permalink
Fixed type for example 'onBlur callbacks in console' (Hacker0x01#1733)
Browse files Browse the repository at this point in the history
Fixed type for example 'onBlur callbacks in console'
  • Loading branch information
ArtemBernatskyy authored and martijnrusschen committed May 30, 2019
1 parent 86e76c8 commit b94c28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/src/examples/on_blur_callbacks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ handleOnBlur: function (event) {
} else {
console.log("value: %s", date);
}
};'}
};
`}
</code>
<br />
Expand Down

0 comments on commit b94c28e

Please sign in to comment.