mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fix typo
This commit is contained in:
parent
a2780ca056
commit
ef61735f64
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class GenerateImage extends Operation {
|
||||||
|
|
||||||
this.name = "Generate Image";
|
this.name = "Generate Image";
|
||||||
this.module = "Image";
|
this.module = "Image";
|
||||||
this.description = "Generate a Image using the input as pixel values.";
|
this.description = "Generate an Image using the input as pixel values.";
|
||||||
this.infoURL = "";
|
this.infoURL = "";
|
||||||
this.inputType = "byteArray";
|
this.inputType = "byteArray";
|
||||||
this.outputType = "ArrayBuffer";
|
this.outputType = "ArrayBuffer";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue