Skip to content

Commit aeb7db1

Browse files
Copilotadamjtaylor
andcommitted
Fix spelling errors in parameter descriptions
Co-authored-by: adamjtaylor <[email protected]>
1 parent f029928 commit aeb7db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"level": {
4040
"type": "integer",
41-
"description": "The pyramid level used in thumbnauls, Default: -1 (smallest)",
41+
"description": "The pyramid level used in thumbnails, Default: -1 (smallest)",
4242
"default": -1
4343
},
4444
"dimred": {
@@ -49,7 +49,7 @@
4949
},
5050
"colormap": {
5151
"type": "string",
52-
"description": "The colormap used. Ensure colormap is compatiable with `n_components` selected ",
52+
"description": "The colormap used. Ensure colormap is compatible with `n_components` selected ",
5353
"enum": ["UCIE", "LAB", "RGB", "BREMM", "SCHUMANN", "STEIGER", "TEULING2", "ZIEGLER","CUBEDIAGONAL"],
5454
"default": "UCIE"
5555
},

0 commit comments

Comments
 (0)