From c3bf7938c9bba8ad48bc1db6fb1a6efce2ae903b Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 31 Jul 2026 04:28:52 +1200 Subject: [PATCH] docs: fix 'Here is' to 'Here are' in dao-factory/README.md --- dao-factory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao-factory/README.md b/dao-factory/README.md index c3ee3c5e893d..683e3a0c0b7a 100644 --- a/dao-factory/README.md +++ b/dao-factory/README.md @@ -86,7 +86,7 @@ public interface CustomerDAO { } ``` -Here is the implementations +Here are the implementations ``` java @Slf4j