docs: fix duplicate 'the' typo in node_platform.cc - #66058
Conversation
|
Welcome to Node.js, and thank you for your first contribution! Before review, please take a moment to read:
Please make sure every commit is signed off. For a first pull request, GitHub Actions require collaborator approval and Jenkins CI must be started by a collaborator or triager, so an initial wait is normal. Caution AgentScan found account activity patterns that may be consistent with automation. This is a heuristic, not proof that this pull request was opened by an agent or violates policy. AI-assisted contributions are permitted, but automated tooling must not open pull requests without advance approval, and contributors must personally understand, test, verify, and take responsibility for every submitted change. See the AgentScan analysis, AI use policy, and automation policy for additional context. |
aduh95
left a comment
There was a problem hiding this comment.
Can you please fix the commit message to meet our guidelines? The subsystem should be doc: instead of docs:. Please also include Signed-off-by trailer (e.g. using -s git flag)
|
Landed in bf9605d |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #66058 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 789 789
Lines 271465 271465
Branches 51812 51808 -4
=======================================
Hits 245063 245063
+ Misses 16884 16878 -6
- Partials 9518 9524 +6
🚀 New features to boost your workflow:
|
PR-URL: #66058 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Removed duplicate 'the' in a comment to improve readability. Thank you!