Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
fix: update default comment in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Jun 9, 2019
1 parent 8752a00 commit 5b2be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const fields = {
const schema = Joi.object().keys({
exemptLabels: fields.exemptLabels.default([]),
reactionComment: fields.reactionComment.default(
':wave: @{comment-author}, did you mean to use ' +
':wave: @{comment-author}, would you like to leave ' +
'a [reaction](https://git.io/vhzhC) instead?'
),
only: Joi.string()
Expand Down

0 comments on commit 5b2be1d

Please sign in to comment.