Skip to content

Commit 055c801

Browse files
authored
Merge pull request #5509 from gauravgahlot/typos
Fixed typos in docs
2 parents dbccd0d + a5b1740 commit 055c801

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cri/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ version = 2
167167
# base_runtime_spec is a file path to a JSON file with the OCI spec that will be used as the base spec that all
168168
# container's are created from.
169169
# Use containerd's `ctr oci spec > /etc/containerd/cri-base.json` to output initial spec file.
170-
# Spec files are loaded at launch, so containerd daemon must be restared on any changes to refresh default specs.
170+
# Spec files are loaded at launch, so containerd daemon must be restarted on any changes to refresh default specs.
171171
# Still running containers and restarted containers will still be using the original spec from which that container was created.
172172
base_runtime_spec = ""
173173

docs/hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A registry host is the location where container images and artifacts are sourced
3737
registry hosts may be local or remote and are typically accessed via http/https using the
3838
[OCI distribution specification](https://github.com/opencontainers/distribution-spec/blob/main/spec.md).
3939
A registry mirror is not a registry host but these mirrors can also be used to pull content.
40-
Registry hosts are typically refered to by their internet domain names, aka. registry
40+
Registry hosts are typically referred to by their internet domain names, aka. registry
4141
host names. For example, docker.io, quay.io, gcr.io, and ghcr.io.
4242

4343
A registry host namespace is, for the purpose of containerd registry configuration, a

0 commit comments

Comments
 (0)