Skip to content

Commit 18c278b

Browse files
Fix typos (#6291) [ci skip]
Signed-off-by: Christopher Hakkaart <[email protected]>
1 parent b7fa6f4 commit 18c278b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/migrations/24-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The `nf-ga4gh` plugin has since been moved into its own repository, [nextflow-io
112112
```groovy
113113
conda.channels = ['seqera', 'conda-forge', 'bioconda', 'defaults']
114114
115-
## Miscellanous
115+
## Miscellaneous
116116
117117
- New config option: `azure.batch.pools.<name>.lowPriority`
118118
- New config option: `azure.batch.pools.<name>.startTask.script`

docs/migrations/24-10.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Nextflow now supports managed identities for the Azure Batch executor. See {ref}
3535

3636
<h3>Task previous execution trace</h3>
3737

38-
The `task` variable in the process definition has two new proprties, `task.previousTrace` and `task.previousException`, which allows a task to access the runtime metadata of the previous attempt. See {ref}`task-previous-execution-trace` for details.
38+
The `task` variable in the process definition has two new properties, `task.previousTrace` and `task.previousException`, which allows a task to access the runtime metadata of the previous attempt. See {ref}`task-previous-execution-trace` for details.
3939

4040
## Breaking changes
4141

@@ -53,7 +53,7 @@ The `task` variable in the process definition has two new proprties, `task.previ
5353

5454
- The use of `addParams` and `params` clauses in include declarations is deprecated. See {ref}`module-params` for details.
5555

56-
## Miscellanous
56+
## Miscellaneous
5757

5858
- New config option: `aws.client.requesterPays`
5959
- New config option: `google.batch.autoRetryExitCodes`

docs/migrations/25-04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The third preview of workflow outputs introduces the following breaking changes
3030

3131
- The syntax for dynamic publish paths has changed. Instead of defining a closure that returns a closure with the `path` directive, the outer closure should use the `>>` operator to publish individual files. See {ref}`workflow-publishing-files` for details.
3232

33-
- The `mapper` index directive has been removed. Use a `map` operator in the workflwo body instead.
33+
- The `mapper` index directive has been removed. Use a `map` operator in the workflow body instead.
3434

3535
See {ref}`migrating-workflow-outputs` to get started.
3636

0 commit comments

Comments
 (0)