Skip to content

chore(sucrose): fix typos#1722

Open
Nico385412 wants to merge 1 commit intoelysiajs:mainfrom
Nico385412:fix/typos
Open

chore(sucrose): fix typos#1722
Nico385412 wants to merge 1 commit intoelysiajs:mainfrom
Nico385412:fix/typos

Conversation

@Nico385412
Copy link

@Nico385412 Nico385412 commented Feb 5, 2026

Hello !

First of all, thank you for your work.
I was reading the source code and notice some typos

This PR aims to fix them

Summary by CodeRabbit

  • Bug Fixes
    • Corrected a spelling error in a public API function name. External callers using the previous name will need to update their code to use the corrected spelling.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 5, 2026

Walkthrough

A function name is corrected from a typo (retrieveRootParamters) to proper spelling (retrieveRootParameters). All internal calls and test references are updated consistently to use the corrected name throughout the codebase.

Changes

Cohort / File(s) Summary
Function Name Correction
src/sucrose.ts, test/sucrose/retrieve-root-parameters.test.ts
Function retrieveRootParamters renamed to retrieveRootParameters. Import statement, internal method calls, and all test call sites updated accordingly.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 bounces The typo's been fixed, hooray, hooray!
Root Parameters now get their correct day,
Through tests and through sources they hop and they skip,
One little letter fixed up the whole trip! 🎯

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: fixing a typo in the function name 'retrieveRootParamters' to 'retrieveRootParameters' across the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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