From 8183c296b56171a1f33399fbb2c981e3323dd53e Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Tue, 9 May 2023 11:59:59 +0100 Subject: [PATCH] Fix typo --- config/scribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scribe.php b/config/scribe.php index 7d96eb10..95fea297 100644 --- a/config/scribe.php +++ b/config/scribe.php @@ -353,7 +353,7 @@ * - {git:short} => Short hash of the last Git commit * * Available tokens are `{date:}` and `{git:}`. - * 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}',