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: