Skip to content

Commit e578dee

Browse files
mirpedrolmashehu
andauthored
Apply suggestions from code review
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
1 parent 8ee3344 commit e578dee

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
@@ -370,11 +370,11 @@ Example usage is as follows:
370370

371371
!!! note
372372

373-
If the parameter is set to `null`, `false` or an empty string, this validation is ignored. Does not check if the path exists.
373+
If the parameter is set to `null`, `false` or an empty string, this validation is ignored. It does not check if the path exists.
374374

375375
!!! note
376376

377-
If the parameter is as S3 URL path, this validation is ignored. Does not check if the path exists.
377+
If the parameter is an S3 URL path, this validation is ignored.
378378
Use `--validationS3PathCheck` or set `params.validationS3PathCheck = true` to validate them.
379379

380380
### `mimetype`

0 commit comments

Comments
 (0)