Skip to content

Commit 2addbc8

Browse files
authored
regarding the review changed example id
`id="exampldescribtioneInputEmail1"` to `id="exampleInputEmail1"`
1 parent 0e97dc8 commit 2addbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/theming/color-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ See the following example.
145145
<form data-bs-theme='light'>
146146
<div class="mb-3">
147147
<label for="exampleInputEmail1" class="form-label">Email address</label>
148-
<input type="email" class="form-control" id="exampldescribtioneInputEmail1" aria-describedby="emailHelp">
148+
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
149149
</div>
150150
<button type="submit" class="btn btn-primary">Submit</button>
151151
</form>

0 commit comments

Comments
 (0)