Skip to content

Commit c71f947

Browse files
authored
Merge pull request #3447 from xtermjs/Tyriar-patch-1
Make addons tab title consistent
2 parents d260a72 + f12b917 commit c71f947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 style="color: #2D2E2C">xterm.js: A terminal for the <em style="color: #5DA5D
2222
<div id="grid">
2323
<div class="tab">
2424
<button id= "optionsbutton" class="tabLinks" onclick="openSection(event, 'options')">Options</button>
25-
<button id= "addonsbutton" class="tabLinks" onclick="openSection(event, 'addons')">Add Ons</button>
25+
<button id= "addonsbutton" class="tabLinks" onclick="openSection(event, 'addons')">Addons</button>
2626
<button id= "stylebutton" class="tabLinks" onclick="openSection(event, 'style')">Style</button>
2727
<button id= "testbutton" class="tabLinks" onclick="openSection(event, 'test')">Test</button>
2828
</div>

0 commit comments

Comments
 (0)