Skip to content

Commit

Permalink
Spelling Correction (#7206)
Browse files Browse the repository at this point in the history
Fixed Spelling for the word reqrite, to be rewrite.
  • Loading branch information
misilot authored and snipe committed Jun 28, 2019
1 parent 740d5a6 commit e1b33f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Purge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e1b33f3

Please sign in to comment.