diff --git a/.github/workflows/ci-build-crates.yml b/.github/workflows/ci-build-crates.yml index e3a5e3f8c5f..4067a19efac 100644 --- a/.github/workflows/ci-build-crates.yml +++ b/.github/workflows/ci-build-crates.yml @@ -2,7 +2,7 @@ # 1. A matrix is generated dynamically to identify each crate in the repository. # 2. This matrix is checked for validity. # 3. Each identified crate undergoes three build processes: -# - With no default features. +# - With no features. # - With the default features. # - With all the features enabled. # 4. In case of build failures outside of pull requests, an issue is either opened or updated