Skip to content

Commit c5e625b

Browse files
committed
Use ellipsis
1 parent c10bcb4 commit c5e625b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const App: React.FC = () => {
4242
<li>The menu can be revealed by clicking the button, or by focusing the button and pressing enter / space</li>
4343
<li>When the menu is revealed, the first menu item is automatically focused</li>
4444
<li>
45-
<em>Once focus is in the menu...</em>
45+
<em>Once focus is in the menu</em>
4646

4747
<ul>
4848
<li>The up / down arrow keys allow for navigation through the menu items</li>

0 commit comments

Comments
 (0)