fix: fix my own grammar

Didn't feel like "versions of" was needed...
This commit is contained in:
Ted
2024-10-31 19:52:38 +00:00
committed by GitHub
parent ced0d1f6e9
commit 2ca6da1517

View File

@@ -70,7 +70,7 @@
</div>
<div class="flex items-end gap-2">
<x-forms.select label="Direction" id="application.redirect" required
helper="You need to add both the www and non-www versions as A DNS records pointing to your server.">
helper="You need to add both the www and non-www A DNS records pointing to your server.">
<option value="both">Allow www & non-www.</option>
<option value="www">Redirect to www.</option>
<option value="non-www">Redirect to non-www.</option>