Skip to content

Commit 670a35f

Browse files
dumartinsCopilot
authored andcommitted
made button text initialization consistent
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d8cf0f5 commit 670a35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Live-Digital-Clock/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Digital Clock</h1>
3838
</section>
3939

4040
<div class="controls">
41-
<button type="button" id="formatToggle" aria-pressed="false">Switch to 24-hour</button>
41+
<button type="button" id="formatToggle" aria-pressed="false">Switch to 24-hour format</button>
4242
</div>
4343
</div>
4444
</main>

0 commit comments

Comments
 (0)