Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Update Highlighter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored May 21, 2019
1 parent 003dfc6 commit c78d8d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Highlighter.propTypes = {
cx: PropTypes.func.isRequired,
hit: PropTypes.object.isRequired,
attribute: PropTypes.oneOfType([
PropTypes.array(PropTypes.string),
PropTypes.arrayOf(PropTypes.string),
PropTypes.string,
]).isRequired,
highlight: PropTypes.func.isRequired,
Expand Down

0 comments on commit c78d8d2

Please sign in to comment.