From 283cf10a0f916b12bb46bddbbcd71716b3f13b66 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Sun, 15 Dec 2024 09:59:46 +0000 Subject: [PATCH] chore: finalize shortdesc wording --- modules/initramfs/initramfs.tsp | 2 +- modules/initramfs/module.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/initramfs/initramfs.tsp b/modules/initramfs/initramfs.tsp index d6f3e15..a159d0d 100644 --- a/modules/initramfs/initramfs.tsp +++ b/modules/initramfs/initramfs.tsp @@ -3,7 +3,7 @@ using TypeSpec.JsonSchema; @jsonSchema("/modules/initramfs.json") model InitramfsModule { - /** The initramfs module is used to regenerate initramfs, needed for some modifications in early Linux startup process to apply. + /** The initramfs module is used to regenerate initramfs, needed to apply some modifications early in the Linux startup process. * https://blue-build.org/reference/modules/initramfs/ */ type: "initramfs"; diff --git a/modules/initramfs/module.yml b/modules/initramfs/module.yml index 0744703..f432b7b 100644 --- a/modules/initramfs/module.yml +++ b/modules/initramfs/module.yml @@ -1,4 +1,4 @@ name: initramfs -shortdesc: The `initramfs` module is used to regenerate initramfs, needed for some modifications in early Linux startup process to apply. +shortdesc: The `initramfs` module is used to regenerate initramfs, needed to apply some modifications early in the Linux startup process example: | type: initramfs