Skip to content

Commit de5504f

Browse files
authored
Fix typo in downloads section
1 parent 7964f69 commit de5504f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h5>
510510
</div>
511511
<div class="tab-pane fade" id=downloads-v3-other role=tabpanel>
512512
<div class="alert alert-info">
513-
Please contact us if you wish to port Prowlarr for any other platform that the ones already listed.
513+
Please contact us if you wish to port Prowlarr for any other platform than the ones already listed.
514514
</div>
515515
</div>
516516
</div>
@@ -583,4 +583,4 @@ <h4>GitHub Issues</h4>
583583
</script>
584584
</body>
585585

586-
</html>
586+
</html>

src/sections/downloads-v3/downloads-v3.marko

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<tabview-pane id="downloads-v3-bsd" file="downloads-v3/bsd.marko"/>
1818
<tabview-pane id="downloads-v3-other">
1919
<alert level="info">
20-
Please contact us if you wish to port Prowlarr for any other platform that the ones already listed.
20+
Please contact us if you wish to port Prowlarr for any other platform than the ones already listed.
2121
</alert>
2222
</tabview-pane>
2323
</div>

0 commit comments

Comments
 (0)