From 45d587495938b5fd2257b6493afc37c8ba7647de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 4 Jun 2020 02:00:41 +0200 Subject: [PATCH] Fix typo and syntax Fix a typo, and improve syntax. Although I'm not a native English speaker theses look more correct to me. --- page_features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page_features.md b/page_features.md index 97559db..aec82f7 100644 --- a/page_features.md +++ b/page_features.md @@ -13,7 +13,7 @@ subtitle: Some highlights...

-

No matter you work in Windows or Linux, MultiBootUSB will work in the same manner. Bootable USB created in windows should work in Linux and vice versa. It also reduces the development time significantly as the code base is same for Windows and Linux.

+

No matter if you work in Windows or Linux, MultiBootUSB will work in the same manner. Bootable USB created in windows should work in Linux and vice versa. It also reduces the development time significantly as the code base is same for Windows and Linux.

@@ -94,7 +94,7 @@ subtitle: Some highlights...

-

Syslinux is used the default boot loader for making your USB Flash Drive bootable. We looked at all options out there and decided to use Syslinux as many distros use Syslinux/Isolinux in their ISOs. MultiBootUSB ships with different verion of Syslinux to reduce incompatibility and installs the exact distro-specific Syslinux version.

+

Syslinux is used as the default boot loader for making your USB Flash Drive bootable. We looked at all options out there and decided to use Syslinux as many distros use Syslinux/Isolinux in their ISOs. MultiBootUSB ships with different versions of Syslinux to reduce incompatibility and installs the exact distro-specific Syslinux version.