docs: fix 'seperate' to 'separate' in dao-factory/README.md - #3552
docs: fix 'seperate' to 'separate' in dao-factory/README.md#3552lunar-me wants to merge 1 commit into
Conversation
PR SummaryFixes a spelling error in dao-factory/README.md by correcting 'seperate' to 'separate' in the Intent of Data Access Object Factory Design Pattern section. This improves clarity and accuracy when describing the pattern integration. Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
🚨 Pull request needs attention.
Review Summary
Commits Considered (1)
- 1fdd31b: docs: fix 'seperate' to 'separate' in dao-factory/README.md
Files Processed (1)
- dao-factory/README.md (1 hunk)
Actionable Comments (1)
-
dao-factory/README.md [22-22]
typo: "Typo in documentation"
Skipped Comments (0)
| ## 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. |
There was a problem hiding this comment.
Typo fix in documentation. The line now correctly uses 'separate'. Consider scanning the repo for any other instances of 'seperate' in docs or templates to ensure consistency across the project.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3552 +/- ##
============================================
+ Coverage 83.24% 83.33% +0.09%
- Complexity 4025 4026 +1
============================================
Files 1060 1060
Lines 14246 14246
Branches 686 686
============================================
+ Hits 11859 11872 +13
+ Misses 2100 2089 -11
+ Partials 287 285 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
This PR fixes a spelling error in
dao-factory/README.md(line 22).Problem
's seperate' is a common misspelling of 'separate'.
Before
After