From bbb6238859ab09cbed6269a1dcf4c98807cf6b8d Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 9 Jan 2025 14:50:17 +0100 Subject: [PATCH] fix writing style --- sites/docs/src/content/docs/guidelines/components/modules.md | 4 ++-- .../src/content/docs/guidelines/components/subworkflows.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sites/docs/src/content/docs/guidelines/components/modules.md b/sites/docs/src/content/docs/guidelines/components/modules.md index b19a6ad5b5..a213a0dde6 100644 --- a/sites/docs/src/content/docs/guidelines/components/modules.md +++ b/sites/docs/src/content/docs/guidelines/components/modules.md @@ -855,8 +855,8 @@ Supply the config only to the tests that use `params`, otherwise define `params` ### Skipping CI test profiles -If a module does not support a particular test profile, it can be skipped by adding the path to corresponding section in the `.github/skip_nf_test.json` file. -Please keep the file sorted alphabetically by the path. +If a module does not support a particular test profile, it can be skipped by adding the path to corresponding section in `.github/skip_nf_test.json`. +Please keep the file sorted alphabetically. ## Misc diff --git a/sites/docs/src/content/docs/guidelines/components/subworkflows.md b/sites/docs/src/content/docs/guidelines/components/subworkflows.md index ba7591dfb3..03df073b26 100644 --- a/sites/docs/src/content/docs/guidelines/components/subworkflows.md +++ b/sites/docs/src/content/docs/guidelines/components/subworkflows.md @@ -213,8 +213,8 @@ Supply the config only to the tests that use `params`, otherwise define `params` ## Skipping CI test profiles -If a subworkflow does not support a particular test profile, it can be skipped by adding the path to the corresponding section in the `.github/skip_nf_test.json` file. -Please keep the file sorted alphabetically by the path. +If a subworkflow does not support a particular test profile, it can be skipped by adding the path to the corresponding section in `.github/skip_nf_test.json`. +Please keep the file sorted alphabetically. ## Misc