Skip to content
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

Docs: remove redundant space in forms/validation.md #37994

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Docs: remove redundant space in forms/validation.md #37994

merged 1 commit into from
Feb 4, 2023

Conversation

wxh06
Copy link
Contributor

@wxh06 wxh06 commented Feb 2, 2023

Description

Remove redundant space in forms/validation.md

-      <input type="text" class="form-control" id="validationDefaultUsername"  aria-describedby="inputGroupPrepend2" required>
+      <input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required>

Motivation & Context

I've been seeing this space for so long :(

Type of changes

Typo fix in docs

Checklist

  • I have read the contributing guidelines
  • My code follows the code style of the project (using npm run lint)
  • My change introduces changes to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Live previews

Related issues

@mdo mdo merged commit aff8f0d into twbs:main Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants