From 9c92bc64a71d53ba14f43410dafaf169237f9519 Mon Sep 17 00:00:00 2001 From: Elliot Ford Date: Thu, 23 May 2024 16:15:40 +0100 Subject: [PATCH] fix typo in Tutorials.rst Signed-off-by: Elliot Ford --- docs/source/Tutorials.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Tutorials.rst b/docs/source/Tutorials.rst index 1c8e946db8..af851b10c7 100644 --- a/docs/source/Tutorials.rst +++ b/docs/source/Tutorials.rst @@ -2,7 +2,7 @@ Tutorials ========= -Here are a number of useful tutorials to get you up and running with Podman. If you are familiar with the Docker `Container Engine`_ the command in Podman_ should be quite familiar. If you are brand new to containers, take a look at our `Introduction`. +Here are a number of useful tutorials to get you up and running with Podman. If you are familiar with the Docker `Container Engine`_ the commands in Podman_ should be quite familiar. If you are brand new to containers, take a look at our `Introduction`. * `Basic Setup and Use of Podman `_: Learn how to set up Podman and perform some basic commands with the utility. * `Basic Setup and Use of Podman in a Rootless environment `_: The steps required to set up rootless Podman are enumerated.