Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Oct 18, 2024
1 parent 9444ed1 commit 110ede7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ process.memory = '10G'
includeConfig 'path/foo.config'
```

When a relative path is used, it is resolved against the location of the including file.
Relative paths are resolved against the location of the including file.

:::{note}
Config includes can also be specified within config blocks. However, config files should only be included at the top level or in a [profile](#config-profiles) so that the included config file is valid on its own and in the context in which it is included.
Expand Down

0 comments on commit 110ede7

Please sign in to comment.