Skip to content

Commit

Permalink
docs: fix typo in artifact.mdx (oras-project#275)
Browse files Browse the repository at this point in the history
Just a little typo. (Also file had no ending newline and the web editor
added one.)

---------

Signed-off-by: Hal Blackburn <[email protected]>
  • Loading branch information
h4l authored and TerryHowe committed Jul 21, 2024
1 parent b04f464 commit 969350f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/artifact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ artifact depending on the required condition.
## Best Practices and Limitations

While working with OCI artifacts, keep in mind that client tools and registries
are in the process of implementiong v1.1 version of the OCI image and distribution specifications.
are in the process of implementing v1.1 version of the OCI image and distribution specifications.

- When clients or registries support the `artifactType` property, the `config.mediaType`
can be set to _application/vnd.oci.empty.v1+json_ if the artifact doesn't have a config.
Expand Down Expand Up @@ -259,4 +259,4 @@ specifications.
[image-properties]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/manifest.md#image-manifest-property-descriptions
[empty-descriptor]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/manifest.md#guidance-for-an-empty-descriptor
[image-index]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/image-index.md#image-index-property-descriptions
[artifact-guidelines]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/manifest.md#guidelines-for-artifact-usage
[artifact-guidelines]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/manifest.md#guidelines-for-artifact-usage
4 changes: 2 additions & 2 deletions docs/concepts/reftypes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The OCI [Distribution Specification][listing-referrers] defines an API endpoint
(`/v2/<name>/referrers/<digest>`) for this purpose.

If the registry does not support listing referrers, then the [referrers tag schema][tag-schema]
may be used to obtain a client created non-dynamic index of refererres.
may be used to obtain a client created non-dynamic index of referrers.

For the purpose of this guide we will use the [referrers API][listing-referrers].

Expand Down Expand Up @@ -227,4 +227,4 @@ reference types and other details of managing OCI Artifacts.
[push-workflow]: https://github.com/opencontainers/distribution-spec/blob/v1.1.0-rc3/spec.md#push
[tag-schema]: https://github.com/opencontainers/distribution-spec/blob/v1.1.0-rc3/spec.md#referrers-tag-schema
[distribution-spec]: https://github.com/opencontainers/distribution-spec/blob/v1.1.0-rc3/spec.md
[image-spec]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/spec.md
[image-spec]: https://github.com/opencontainers/image-spec/blob/v1.1.0-rc4/spec.md

0 comments on commit 969350f

Please sign in to comment.