From f13f590ccff0a01295ce5e18b79f09cb022f3e33 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 7 Mar 2025 08:56:47 +0200 Subject: [PATCH] mkfs, git-feature: fix GitHub preview rendering (#15849) --- pages/common/git-feature.md | 2 +- pages/linux/mkfs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/git-feature.md b/pages/common/git-feature.md index e5c20d86ca..e571c53445 100644 --- a/pages/common/git-feature.md +++ b/pages/common/git-feature.md @@ -1,7 +1,7 @@ # git feature > Create or merge feature branches. -> Feature branches obey the format feature/. +> Feature branches obey the format feature/name. > More information: . - Create and switch to a new feature branch: diff --git a/pages/linux/mkfs.md b/pages/linux/mkfs.md index b455e94e43..83f93c46be 100644 --- a/pages/linux/mkfs.md +++ b/pages/linux/mkfs.md @@ -1,7 +1,7 @@ # mkfs > Build a Linux filesystem on a hard disk partition. -> This command is deprecated in favor of filesystem specific mkfs. utils. +> This command is deprecated in favor of filesystem specific mkfs.type utils. > More information: . - Build a Linux ext2 filesystem on a partition: