Skip to content

Commit 3a9a9af

Browse files
authored
Fix typo
1 parent 95b32b0 commit 3a9a9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nextflow_schema/nextflow_schema_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Variable type, taken from the [JSON schema keyword vocabulary](https://json-sche
177177
- `number` (float)
178178
- `integer`
179179
- `boolean` (true / false)
180-
- `object` (currently only supported for file validation, see [Nested paramters](#nested-parameters))
181-
- `array` (currently only supported for file validation, see [Nested paramters](#nested-parameters))
180+
- `object` (currently only supported for file validation, see [Nested parameters](#nested-parameters))
181+
- `array` (currently only supported for file validation, see [Nested parameters](#nested-parameters))
182182

183183
Validation checks that the supplied parameter matches the expected type, and will fail with an error if not.
184184

0 commit comments

Comments
 (0)