Skip to content

Commit

Permalink
Remove redundant space in forms/validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 authored and mdo committed Feb 4, 2023
1 parent 99e3724 commit aff8f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/forms/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ While these feedback styles cannot be styled with CSS, you can still customize t
<label for="validationDefaultUsername" class="form-label">Username</label>
<div class="input-group">
<span class="input-group-text" id="inputGroupPrepend2">@</span>
<input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required>
<input type="text" class="form-control" id="validationDefaultUsername" aria-describedby="inputGroupPrepend2" required>
</div>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit aff8f0d

Please sign in to comment.