Tiny typo fix

From "delimeter" to "delimiter".
This commit is contained in:
Paul Hudson 2025-10-01 12:41:09 +01:00 committed by GitHub
parent 2a1294f1c0
commit 6849aa678b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ class ToBase85 extends Operation {
value: ALPHABET_OPTIONS
},
{
name: "Include delimeter",
name: "Include delimiter",
type: "boolean",
value: false
}