fix typo in nav links form (#12570)

This commit is contained in:
Suzanne Aitchison 2021-02-04 14:26:11 +00:00 committed by GitHub
parent b1e0dbcfa9
commit 27f4d238cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
<div class="form-group">
<%= form.label :position %>
<%= form.number_field :position, class: "form-control" %>
<div class="alert alert-info">Detemines the order placement of the links in the sidebar</div>
<div class="alert alert-info">Determines the order placement of the links in the sidebar</div>
</div>
<div class="form-group">
<%= form.check_box :display_only_when_signed_in %>