fix: fix typos in timeout middleware test comments#4516
Conversation
Fix misspelling of "cancelation" -> "cancellation" in three comments within middleware/timeout/timeout_test.go. Signed-off-by: maxtaran2010 <ocotifuzo727@gmail.com>
|
Thanks for opening this pull request! 🎉 Please check out our contributing guidelines. If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughCorrects the spelling of “cancelation” to “cancellation” in timeout test comments and an assertion message. Test logic and control flow remain unchanged. ChangesTimeout test wording
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies" 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. Comment |
|
We use US spelling not UK in programming code and comments |
Fix misspelling of "cancelation" (should be "cancellation") in three comments within the timeout middleware test file.
middleware/timeout/timeout_test.go:66: "context cancelation" -> "context cancellation"middleware/timeout/timeout_test.go:81: "context cancelation" -> "context cancellation"middleware/timeout/timeout_test.go:85: "detect cancelation" -> "detect cancellation"