From bf5c33d08e2c3e1e3a34bd5bec5e392e67e035f0 Mon Sep 17 00:00:00 2001 From: kholo Date: Fri, 8 Sep 2023 09:18:51 +0200 Subject: [PATCH] Grammar corrections --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index df4a2e0..2fa96f3 100644 --- a/config.php +++ b/config.php @@ -4,9 +4,9 @@ define("BLOG_TITLE", "blog title"); define("BLOG_SUB_TITLE", "blog sub title - optional, leave blank if none"); define("BLOG_LANGUAGE", "country code"); define("BLOG_CREATION_YEAR", 2023); -define("AUTHOR_NICKNAME", "blog author nickname"); -define("AUTHOR_REALNAME", "blog author real name - optional, leave blank if none"); -define("AUTHOR_BIOGRAPHY", "blog author biography"); +define("AUTHOR_NICKNAME", "blog author's nickname"); +define("AUTHOR_REALNAME", "blog author's real name - optional, leave blank if none"); +define("AUTHOR_BIOGRAPHY", "blog author's biography"); define("ARTICLE_COUNT_IN_NAV", 10); $links = [