Skip to content

Commit

Permalink
fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blm committed Nov 29, 2023
1 parent 43011eb commit dd0df3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/selections/useSelections.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ useSelections.propTypes = {
onSelections: PropTypes.func.isRequired,
/** the quote to be selected */
quote: PropTypes.string.isRequired,
/** all chapter-verses where quote may be found - note this is original language bible */
/** all chapter-verses where quote may be found - note this is either original language bible or aligned bible */
bookObject: PropTypes.object,
/** string chapter-verse reference. i.e. 1:5-6 */
refString: PropTypes.string,
Expand Down

0 comments on commit dd0df3e

Please sign in to comment.