Align docs to en-GB-oxendict spelling; add migration guide#440
Conversation
- Adjusted line break for `scenarios!` macro description in migrate-from-cucumber-to-rstest-bdd.md - Corrected American English spelling of "normalizes" in server configuration.md Co-authored-by: devboxerhub[bot] <devboxerhub[bot]@users.noreply.github.com>
Summary by CodeRabbit
WalkthroughUpdate to documentation: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 4❌ Failed checks (4 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAligns two documentation pages with en-GB-oxendict conventions and improves readability by reflowing a mitigation note and adjusting spelling around backoff configuration. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The configuration docs now mix en-US (“normalizes”) with en-GB (“normalised” in the function name); consider using consistent en-GB wording in the prose or explicitly clarifying the divergence if the function name must stay as-is.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The configuration docs now mix en-US (“normalizes”) with en-GB (“normalised” in the function name); consider using consistent en-GB wording in the prose or explicitly clarifying the divergence if the function name must stay as-is.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
@coderabbitai Please raise a GitHub defect to correct the spelling of the method name (BackoffConfig::normalised -> BackoffConfig::normalized) including update of relevant tests and documentation and release as a breaking 0.x point release |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 16733 🏁 Script executed: Length of output: 46
The issue includes:
The issue has been assigned to you and includes a backlink to this PR. 🔗 #441 |
…ing change Add a new migration guide documenting the update from the configuration builder method name `normalised` to `normalized`, reflecting the en-GB-oxendict "-ize" spelling. This guide helps users update code and references accordingly. Co-authored-by: devboxerhub[bot] <devboxerhub[bot]@users.noreply.github.com>
Summary
Changes
Documentation
BackoffConfig::normalizedwhere appropriatenormalisedtonormalizedand its impact on existing code and docsRationale
Validation
📎 Task: https://www.devboxer.com/task/e565625c-d896-4ae5-9eb3-d89436e26337
Closes #313