Skip to content

Commit

Permalink
Merge pull request #663 from manavo/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
shalvah authored May 10, 2023
2 parents 0efa273 + 8183c29 commit 23f0553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
* - {git:short} => Short hash of the last Git commit
*
* Available tokens are `{date:<format>}` and `{git:<format>}`.
* The format you pass to `date` will be passed to PhP's `date()` function.
* The format you pass to `date` will be passed to PHP's `date()` function.
* The format you pass to `git` can be either "short" or "long".
*/
'last_updated' => 'Last updated: {date:F j, Y}',
Expand Down

0 comments on commit 23f0553

Please sign in to comment.