Fix typo in comment

This commit is contained in:
Rachid Mrad 2024-01-08 18:15:21 -05:00
parent 39f594f4e4
commit 93c1f066f7
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -469,7 +469,7 @@ function hideDeletedForms() {
let formLabel = '';
let isNameserversForm = document.title.includes("DNS name servers |");
let isOtherContactsForm = document.title.includes("Other employees from your organization");
// The Nameservers form st features 2 required and 11 optionals
// The Nameservers formset features 2 required and 11 optionals
if (isNameserversForm) {
cloneIndex = 2;
formLabel = "Name server";