From d0903f4fda531b910aefc63d71a753d15e27efcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Wed, 4 Jan 2023 16:00:42 +0100 Subject: [PATCH] docs: fix Vale errors on Installation Linux (#1112) --- website/docs/Installation/linux-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/Installation/linux-install.md b/website/docs/Installation/linux-install.md index 0fb31637e78..aca3637bc9e 100644 --- a/website/docs/Installation/linux-install.md +++ b/website/docs/Installation/linux-install.md @@ -6,7 +6,7 @@ sidebar_position: 5 Check out the [Downloads](/downloads/linux) section of this website to download either the [.flatpak](https://flatpak.org/setup/Fedora) file or the zip file depending on your preference. -In order to use Podman Desktop, the latest version of Podman is required. Podman is a rootless, daemonless container engine. Read more about it [here](https://podman.io/whatis.html). +To use Podman Desktop, the latest version of Podman is required. Podman is a rootless, daemonless container engine. Read more about it [here](https://podman.io/whatis.html). ## Installing Podman Desktop @@ -28,7 +28,7 @@ flatpak run io.podman_desktop.PodmanDesktop ### 2. Using [Flatpak](https://flatpak.org/setup/) application from [Downloads](/downloads/linux) :::infoPrerequisite -Make sure Flatpak is set up in your distribution. Click [here](https://flatpak.org/setup/) to learn more about setting up Flatpak. +Verify Flatpak is set up in your distribution. Click [here](https://flatpak.org/setup/) to learn more about setting up Flatpak. ::: Open the Terminal and go to Downloads directory.