-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove repetitive words #2917
Conversation
Signed-off-by: racerole <jiangyifeng@outlook.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 |
WalkthroughThe recent updates involve refining the documentation for a software project. Enhancements include clarifying the performance implications of IP address validation within a configuration setting, correcting a typo in the routing guide regarding the history of route constraints, and fixing a spelling mistake in a method comment related to handler configuration. These changes aim to improve the clarity and accuracy of the documentation for developers. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (3)
- docs/api/fiber.md (1 hunks)
- docs/guide/routing.md (1 hunks)
- docs/partials/routing/handler.md (1 hunks)
Additional comments: 3
docs/partials/routing/handler.md (1)
- 20-20: The typo correction from "specifiy" to "specify" improves the clarity of the documentation. Good catch!
docs/guide/routing.md (1)
- 145-145: The typo correction from "intorduced" to "introduced" in the version information about route constraints is accurate and enhances the documentation's professionalism.
docs/api/fiber.md (1)
- 57-57: The updated description for the
EnableIPValidation
setting is clear and informative. It effectively communicates the performance implications of enabling IP address validation and offers practical advice for users. This change enhances the documentation's clarity and usefulness.
Congrats on merging your first pull request! 🎉 We here at Fiber are proud of you! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
Signed-off-by: racerole <jiangyifeng@outlook.com>
Description
Please provide a clear and concise description of the changes you've made and the problem they address. Include the purpose of the change, any relevant issues it solves, and the benefits it brings to the project. If this change introduces new features or adjustments, highlight them here.
Fixes # (issue)
Changes introduced
List the new features or adjustments introduced in this pull request. Provide details on benchmarks, documentation updates, changelog entries, and if applicable, the migration guide.
Type of change
Please delete options that are not relevant.
Checklist
Before you submit your pull request, please make sure you meet these requirements:
/docs/
directory for Fiber's documentation.Commit formatting
Please use emojis in commit messages for an easy way to identify the purpose or intention of a commit. Check out the emoji cheatsheet here: CONTRIBUTING.md
Summary by CodeRabbit
EnableIPValidation
setting.handler.md
file, changing "specifiy" to "specify."