Spelling Correction (#7206)

Fixed Spelling for the word reqrite, to be rewrite.
This commit is contained in:
Thomas Misilo 2019-06-27 20:33:13 -05:00 committed by snipe
parent 740d5a6846
commit e1b33f3087

View file

@ -33,7 +33,7 @@ class Purge extends Command
*
* @var string
*/
protected $description = 'Purge all soft-deleted deleted records in the database. This will rewrite history for items that have been edited, or checked in or out. It will also reqrite history for users associated with deleted items.';
protected $description = 'Purge all soft-deleted deleted records in the database. This will rewrite history for items that have been edited, or checked in or out. It will also rewrite history for users associated with deleted items.';
/**
* Create a new command instance.