Skip to content

Commit 44d433c

Browse files
Fix the typos.
Co-authored-by: Tom Sweeney <[email protected]> Signed-off-by: Jan Kaluza <[email protected]>
1 parent f0837a2 commit 44d433c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/source/markdown/options/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ part of `make docs`.
3030
Conditionals
3131
============
3232

33-
Some options are used as both Podman command line option and Quadlet
34-
option. To reduce the duplication, the very limited conditionals are
33+
Some options are used as both Podman command line options and Quadlet
34+
options. To reduce the duplication, the very limited conditionals are
3535
supported in the Markdown files.
3636

3737
The basic condition:
@@ -58,7 +58,7 @@ It is also possible to do inline conditions like this:
5858
<< "foo" if variable else "bar" >>
5959
```
6060

61-
Following variables are available for Jinja2 Templates:
61+
The following variables are available for Jinja2 Templates:
6262

6363
- `is_quadlet`: True if file is imported using `@@option quadlet:foo`.
6464

docs/source/markdown/options/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Containerfile is specified, *FROM* instructions are only be accepted from the
1515
last specified file.
1616

1717
<< if is_quadlet >>
18-
Note that for a given relative path to a Containerfile, or when using a `http(s)://` URL, you also must set
18+
Note that for a given relative path to a Containerfile, or when using a `http(s)://` URL, also set
1919
`SetWorkingDirectory=` in order for `podman build` to find a valid context directory for the
2020
resources specified in the Containerfile.
2121

docs/source/markdown/options/internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DNS will be automatically disabled, see **--disable-dns**.
1414
When using the `macvlan` or `ipvlan` driver with this option no default route will be added to the container.
1515
Because it bypasses the host network stack no additional restrictions can be set by podman and if a
1616
privileged container is run it can set a default route themselves. If this is a concern then the
17-
container connections should be blocked on your actual network gateway.
17+
container connections should be blocked on the actual network gateway.
1818

1919
Using the `bridge` driver with this option has the following effects:
2020
- Global IP forwarding sysctls will not be changed in the host network namespace.

docs/source/markdown/options/stop-timeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Timeout to stop a container. Default is **10**.
1212
Remote connections use local containers.conf for defaults.
1313

1414
<< if is_quadlet >>
15-
Note, this value should be lower than the actual systemd unit timeout to make sure the podman rm command is not killed by systemd.
15+
Note, this value should be lower than the actual systemd unit timeout to make sure the `podman rm` command is not killed by systemd.
1616
<< endif >>

0 commit comments

Comments
 (0)