Skip to content

Commit b877474

Browse files
authored
Merge pull request #142 from rcannood/patch-1
Fix typo in docs
2 parents 95b32b0 + 3a9a9af commit b877474

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)