mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Spelling Correction (#7206)
Fixed Spelling for the word reqrite, to be rewrite.
This commit is contained in:
parent
740d5a6846
commit
e1b33f3087
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue