Skip to content

Commit 7101fe6

Browse files
brunoborgesCopilot
andauthored
Update specs/i18n/i18n-spec.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent add7dec commit 7101fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/i18n/i18n-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ locales. The list is rendered at build time from `locales.properties`.
301301
```html
302302
<!-- inside .nav-right, adjacent to the existing theme-toggle button -->
303303
<div class="locale-picker" id="localePicker">
304-
<button class="locale-toggle" aria-haspopup="listbox" aria-expanded="false"
304+
<button type="button" class="locale-toggle" aria-haspopup="listbox" aria-expanded="false"
305305
aria-label="Select language">🌐</button>
306306
<ul role="listbox" aria-label="Language">
307307
<li role="option" data-locale="en" aria-selected="true">English</li>

0 commit comments

Comments
 (0)