Skip to content

Commit

Permalink
chore: finalize shortdesc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Dec 15, 2024
1 parent 3024ac6 commit 283cf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/initramfs/initramfs.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion modules/initramfs/module.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 283cf10

Please sign in to comment.