Skip to content

Commit 877b85e

Browse files
authored
Fix typos in docs [ci skip] (#6153)
Signed-off-by: Ben Sherman <[email protected]>
1 parent 3cc9374 commit 877b85e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ Parameters are applied in the following order (from lowest to highest priority):
298298

299299
1. Parameters defined in pipeline scripts (e.g. `main.nf`)
300300
2. Parameters defined in {ref}`config files <config-params>`
301-
6. Parameters specified in a params file (`-params-file`)
302-
7. Parameters specified on the command line (`--something value`)
301+
3. Parameters specified in a params file (`-params-file`)
302+
4. Parameters specified on the command line (`--something value`)
303303

304304
## Managing projects
305305

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
When a pipeline script is launched, Nextflow looks for configuration files in multiple locations. Since each configuration file may contain conflicting settings, they are applied in the following order (from lowest to highest priority):
88

9-
1. The config file `$HOME/.nextflow/config` (or `$NXF_HOME/.nextflow/config` when {ref}`NXF_HOME <nxf-env-vars>` is set).
9+
1. The config file `$HOME/.nextflow/config` (or `$NXF_HOME/config` when {ref}`NXF_HOME <nxf-env-vars>` is set).
1010
2. The config file `nextflow.config` in the project directory
1111
3. The config file `nextflow.config` in the launch directory
1212
4. Config files specified using the `-c <config-files>` option

0 commit comments

Comments
 (0)