diff --git a/docs/concepts/artifact.mdx b/docs/concepts/artifact.mdx index 70e3f089..e47d277d 100644 --- a/docs/concepts/artifact.mdx +++ b/docs/concepts/artifact.mdx @@ -23,7 +23,7 @@ that points to other OCI artifacts. These artifacts can be stored and accessed f [content addressable storage][cas] like a registry, or an on-disk storage like an [OCI-Layout][oci-layout] directory. -The OCI artifact can be referenced usig a *tag* +The OCI artifact can be referenced using a *tag* or a *digest*. The digest is a hash of the OCI artifact manifest or index and should be assumed to be immutable where as the tag may be mutable.