Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denjaland authored Nov 16, 2018
1 parent 5a79ccf commit a748b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telescope.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Without pruning, the `telescope_entries` table can accumulate records very quick

$schedule->command('telescope:prune')->daily();

By default, all entries older than 24 hours will be pruned. If you would like to alter the age before pruning, you may add an `age` option to define the age of an entry before. The following command will prune records older than 48 hours:
By default, all entries older than 24 hours will be pruned. If you would like to alter the age before pruning, you may add an `age` option to define the required age of an entry. The following command will prune records older than 48 hours:

$schedule->command('telescope:prune --age=48')->daily();

Expand Down

0 comments on commit a748b59

Please sign in to comment.