From 322d56fec4c5c25456a597031e35ac1f8d975c34 Mon Sep 17 00:00:00 2001 From: Fujita Shu Date: Fri, 24 Apr 2026 12:06:30 +0900 Subject: [PATCH] Fix lowercase letter in WordPress.gitignore comment corrected the lowercase letters that should have been uppercase. --- WordPress.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 54696693..8b933fa2 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,4 +1,4 @@ -# Wordpress - ignore core, configuration, examples, uploads and logs. +# WordPress - ignore core, configuration, examples, uploads and logs. # https://github.com/github/gitignore/blob/main/WordPress.gitignore # Core @@ -45,4 +45,4 @@ wp-config.php # # Note: If you wish to whitelist themes, # uncomment the next line -#/wp-content/themes \ No newline at end of file +#/wp-content/themes