2
0
mirror of https://github.com/gchq/CyberChef synced 2026-02-17 18:09:21 +00:00

Tiny typo fix in "To Base85" operation (#2118)

This adjusts spelling in the "To Base85" operation from "delimeter" to
"delimiter".

Co-authored-by: GCHQ Developer C85297 <95289555+C85297@users.noreply.github.com>
This commit is contained in:
Paul Hudson
2026-01-29 14:32:38 +00:00
committed by GitHub
parent b885e8423d
commit a30f5f1b50

View File

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