Skip to content

Commit 4e7c062

Browse files
authored
Fix typo in config documentation [ci fast] (#6179)
Signed-off-by: Nickyecen <nicolasecendron@gmail.com>
1 parent c0cc9cb commit 4e7c062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ With the above configuration:
248248
- All processes will use 4 cpus (unless otherwise specified in their process definition).
249249
- Processes annotated with the `hello` label will use 8 cpus.
250250
- Any process named `bye` (or imported as `bye`) will use 16 cpus.
251-
- Any process named `bye` (or imported as `bye`) invoked by a workflow named `mysub` with use 32 cpus.
251+
- Any process named `bye` (or imported as `bye`) invoked by a workflow named `mysub` will use 32 cpus.
252252

253253
(config-profiles)=
254254

0 commit comments

Comments
 (0)