Skip to content

docs: fix 'seperate' to 'separate' in dao-factory/README.md - #3552

Open
lunar-me wants to merge 1 commit into
iluwatar:masterfrom
lunar-me:fix-docs/dao-factory-seperate
Open

docs: fix 'seperate' to 'separate' in dao-factory/README.md#3552
lunar-me wants to merge 1 commit into
iluwatar:masterfrom
lunar-me:fix-docs/dao-factory-seperate

Conversation

@lunar-me

Copy link
Copy Markdown

Description

This PR fixes a spelling error in dao-factory/README.md (line 22).

Problem

's seperate' is a common misspelling of 'separate'.

Before

combines the Data Access Object and Abstract Factory patterns to seperate business logic

After

combines the Data Access Object and Abstract Factory patterns to separate business logic

@github-actions

github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown

PR Summary

Fixes 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

File Summary
dao-factory/README.md Corrected spelling from 'seperate' to 'separate' in the Intent section. The sentence now reads: '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.'

autogenerated by presubmit.ai

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 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)

Comment thread dao-factory/README.md
## 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.33%. Comparing base (74d2dbe) to head (1fdd31b).
⚠️ Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant