From 2fc3fad6bdeaf735a5974f90b3af5fc8b8fcd603 Mon Sep 17 00:00:00 2001 From: ak-42 <60756209+ak-42@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:44:24 +0200 Subject: [PATCH] Fixing language flow and a double negative --- recipe.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe.json b/recipe.json index 990567f..8501888 100644 --- a/recipe.json +++ b/recipe.json @@ -64,7 +64,7 @@ "info": { "type": "text", "title": "What is Sub System?", - "text": "The Sub-System is a container that allows you to install deb packages without altering the system. It is useful for installing software without having to enter in read-write mode.\n\nYou don't need to enter in the container to install packages, just use the apx command (wrapper around the apt inside the container) to install new programs and automatically make them available in your Vanilla OS installation.\n\nThis features uses distrobox as backend." + "text": "The Sub-System is a container that allows you to install deb packages without altering the system. It is useful for installing software without having to enter the read-write mode.\n\nYou don't need to enter the container to install packages, just use the apx command (wrapper around the apt inside the container) to install new programs and automatically make them available in your Vanilla OS installation.\n\nThis features uses distrobox as backend." } }, "final": [ @@ -117,7 +117,7 @@ "info": { "type": "text", "title": "About Proprietary Drivers", - "text": "A proprietary driver has private code that neither Vanilla OS nor Ubuntu developers can't review.\n\nSecurity and other updates are dependent on the driver vendor." + "text": "A proprietary driver has private code that neither Vanilla OS nor Ubuntu developers can review.\n\nSecurity and other updates are dependent on the driver vendor." } }, "final": [ @@ -161,4 +161,4 @@ ] } } -} \ No newline at end of file +}