Skip to content

Commit b0223de

Browse files
authored
fix: typo in msdl.md
1 parent de300d3 commit b0223de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/msdl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<center markdown class="noJs centerMsdl">
1616
<div class="msdl-button-container">
17-
<button markdown class="msdl-button" style="margin-right: 2px" onclick="getWindows({{ msdl.win11.pid }});"> Download Windows 11 {{ msdl.win11.version }} ({{ msdl.win11.archetecture }})</button>
18-
<button markdown class="msdl-button" style="margin-left: 2px" onclick="getWindows({{ msdl.win11arm.pid }});"> Download Windows 11 {{ msdl.win11arm.version }} ({{ msdl.win11arm.archetecture }})</button>
17+
<button markdown class="msdl-button" style="margin-right: 2px" onclick="getWindows({{ msdl.win11.pid }});"> Download Windows 11 {{ msdl.win11.version }} ({{ msdl.win11.architecture }})</button>
18+
<button markdown class="msdl-button" style="margin-left: 2px" onclick="getWindows({{ msdl.win11arm.pid }});"> Download Windows 11 {{ msdl.win11arm.version }} ({{ msdl.win11arm.architecture }})</button>
1919
</div>
2020

2121
<div id="msdl-ms-content"></div>

0 commit comments

Comments
 (0)