Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo in artifact.mdx #275

Merged
merged 2 commits into from
Nov 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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