Skip to content

Commit

Permalink
Merge pull request #33 from nextflow-io/fix-docs-edit
Browse files Browse the repository at this point in the history
Docs: Fix edit link
  • Loading branch information
ewels authored May 7, 2024
2 parents 685b424 + 42875da commit c0cace6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/samplesheets/samplesheetToList.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Channel.fromList(samplesheetToList("path/to/samplesheet", "path/to/json/schema")

This will mimic the `fromSamplesheet` channel factory as it was in [nf-validation](https://github.com/nextflow-io/nf-validation).

### Use as a channel oprator
### Use as a channel operator

The function can be used with the `.flatMap` channel operator to create a channel from samplesheets that are already in a channel:

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: nf-schema
repo_name: nextflow-io/nf-schema
repo_url: https://github.com/nextflow-io/nf-schema
site_url: https://nextflow-io.github.io/nf-schema/latest/
edit_uri: edit/main/docs/
edit_uri: edit/master/docs/

nav:
- Home:
Expand Down

0 comments on commit c0cace6

Please sign in to comment.