From 1ccddf5610c2752469a3c2c358b98bdc04da0515 Mon Sep 17 00:00:00 2001 From: Hendrik Cannoodt Date: Mon, 23 Oct 2023 15:15:20 +0200 Subject: [PATCH] Fix typos in changelog and static website reference docs --- CHANGELOG.md | 2 +- docs/reference/nextflow_vdsl3/index.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0cffcd1..36d8316ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ We added new 'dependencies' functionality to allow for more advanced functionali - Removed deprecated `paramsToChannel()`, `paramsToList()`, `viashChannel()`. - Deprecated `preprocessInputs()` -- use the wrapped Viash Nextflow functionality instead. - Refactored `preprocessInputs()` to make use of new helper functions. - - Reprecated run arguments `map`, `mapData`, `mapPassthrough`, `renameKeys`. + - Deprecated run arguments `map`, `mapData`, `mapPassthrough`, `renameKeys`. ## MINOR CHANGES diff --git a/docs/reference/nextflow_vdsl3/index.qmd b/docs/reference/nextflow_vdsl3/index.qmd index c33c9a067..6248dc6da 100644 --- a/docs/reference/nextflow_vdsl3/index.qmd +++ b/docs/reference/nextflow_vdsl3/index.qmd @@ -5,6 +5,6 @@ order: 35 Viash supports creating Nextflow workflows in multiple ways. -* [Run a module as a standaline pipeline](run_module.qmd) +* [Run a module as a standalone pipeline](run_module.qmd) * [Import a VDSL3 module](import_module.qmd) * Create a Nextflow workflow with dependencies \ No newline at end of file