From 5966657b1bf083d513082b6cba2dc3e20c465aba Mon Sep 17 00:00:00 2001 From: brendan Date: Tue, 5 Nov 2024 14:27:34 -0600 Subject: [PATCH] Fix typo --- lib/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Constants.php b/lib/Constants.php index 18bac15f..d07e1b06 100644 --- a/lib/Constants.php +++ b/lib/Constants.php @@ -119,5 +119,5 @@ const PD_DAY_EBOOKS = [ 'mahatma-gandhi/the-story-of-my-experiments-with-truth/mahadev-desai' => ['author' => 'Mahatma Gandhi', 'title' => 'The Story of My Experiments with Truth'], 'arthur-conan-doyle/the-maracot-deep' => ['author' => 'Arthur Conan Doyle', 'title' => 'The Maracot Deep'], 'sinclair-lewis/dodsworth' => ['author' => 'Sinclair Lewis', 'title' => 'Dodsworth'], - 'thomas-wolfe/look-homeard-angel' => ['author' => 'Thomas Wolfe', 'title' => 'Look Homeward, Angel'] + 'thomas-wolfe/look-homeward-angel' => ['author' => 'Thomas Wolfe', 'title' => 'Look Homeward, Angel'] ];