docs: fix typo in form validation documentation#40164
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
WalkthroughA trailing period was added to a bullet point in the form validation documentation file, changing the punctuation at the end of the "Provide consistent UX…" guideline. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Pull request overview
Updates the form validation guidelines documentation to correct a minor formatting/grammar issue in the overview section.
Changes:
- Fixes the “Provide consistent UX” bullet formatting in the overview list
- Adds terminal punctuation to that bullet
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The form validation standardization aims to: | ||
| - **Improve accessibility** by keeping submit buttons enabled and letting validation run on submit | ||
| - **Provide consistent UX** with validation triggered on form submission and re-validation on field changes | ||
| - **Provide consistent UX** with validation triggered on form submission and re-validation on field changes. |
There was a problem hiding this comment.
In the Overview bullet list, this item now ends with a period while the surrounding bullets do not. For consistency, either add periods to all bullets in this list or remove the period here.
| - **Provide consistent UX** with validation triggered on form submission and re-validation on field changes. | |
| - **Provide consistent UX** with validation triggered on form submission and re-validation on field changes |
Description
Fixes a small typo in documentation.
Changes
Notes
This is a minor documentation improvement.
Summary by CodeRabbit