docs: fix 'Here is the implementations' to 'Here are the implementations' in dao-factory/README.md - #3553
Conversation
PR SummaryThis PR fixes a subject-verb agreement error in dao-factory/README.md where 'implementations' is plural. Replaces 'Here is the implementations' with 'Here are the implementations' at the relevant example line. Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
🚨 Pull request needs attention.
Review Summary
Commits Considered (1)
- c3bf793: docs: fix 'Here is' to 'Here are' in dao-factory/README.md
Files Processed (1)
- dao-factory/README.md (1 hunk)
Actionable Comments (1)
-
dao-factory/README.md [89-89]
typo: "Grammar: fix subject-verb agreement"
Skipped Comments (0)
| ``` | ||
|
|
||
| Here is the implementations | ||
| Here are the implementations |
There was a problem hiding this comment.
Fixes a grammar issue by correcting the subject-verb agreement in the README. 'implementations' is plural, so the sentence should read 'Here are the implementations'.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3553 +/- ##
============================================
+ Coverage 83.24% 83.31% +0.07%
- Complexity 4025 4026 +1
============================================
Files 1060 1060
Lines 14246 14246
Branches 686 686
============================================
+ Hits 11859 11869 +10
+ Misses 2100 2092 -8
+ Partials 287 285 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
This PR fixes a subject-verb agreement error in
dao-factory/README.md(line 89).Problem
'Here is the implementations' should be 'Here are the implementations' — 'implementations' is plural.
Before
After