From 1fdd31ba87fb78a0e083226d502e7324dab21ea4 Mon Sep 17 00:00:00 2001 From: pi Date: Fri, 31 Jul 2026 04:28:32 +1200 Subject: [PATCH] docs: fix 'seperate' to 'separate' 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..b5f676dc3f7c 100644 --- a/dao-factory/README.md +++ b/dao-factory/README.md @@ -19,7 +19,7 @@ tag: ## Intent of Data Access Object Factory Design Pattern -The DAO Factory combines the Data Access Object and Abstract Factory patterns to seperate business logic from data access logic, while increasing flexibility when switching between different data sources. +The DAO Factory combines the Data Access Object and Abstract Factory patterns to separate business logic from data access logic, while increasing flexibility when switching between different data sources. ## Detailed Explanation of Data Access Object Factory Pattern with Real-World Examples