We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e97dc8 commit 2addbc8Copy full SHA for 2addbc8
docs/classic-ui/theming/color-mode.md
@@ -145,7 +145,7 @@ See the following example.
145
<form data-bs-theme='light'>
146
<div class="mb-3">
147
<label for="exampleInputEmail1" class="form-label">Email address</label>
148
- <input type="email" class="form-control" id="exampldescribtioneInputEmail1" aria-describedby="emailHelp">
+ <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
149
</div>
150
<button type="submit" class="btn btn-primary">Submit</button>
151
</form>
0 commit comments