Skip to content

Commit

Permalink
A few grammatical updates
Browse files Browse the repository at this point in the history
  • Loading branch information
olearycrew authored Oct 4, 2024
1 parent 9492e02 commit 63ce627
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/master/concepts/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 200
---

A _Configuration_ package is an
[OCI container images](https://opencontainers.org/) containing a collection of
[OCI container image](https://opencontainers.org/) containing a collection of
[Compositions]({{<ref "./compositions" >}}),
[Composite Resource Definitions]({{<ref "./composite-resource-definitions" >}})
and any required [Providers]({{<ref "./providers">}}) or
Expand Down Expand Up @@ -43,7 +43,7 @@ registry with the `--registry` flag on the [Crossplane pod]({{<ref "./pods">}})
{{< /hint >}}

For example to install the
[Upbound AWS reference platform](https://marketplace.upbound.io/configurations/upbound/platform-ref-aws/v0.6.0),
[Upbound AWS reference platform](https://marketplace.upbound.io/configurations/upbound/platform-ref-aws/v0.6.0).

```yaml {label="install"}
apiVersion: pkg.crossplane.io/v1
Expand Down Expand Up @@ -78,7 +78,7 @@ crossplane-stable/crossplane \

### Install offline

Installing Crossplane packages offline requires a local container registry like
Installing Crossplane packages offline requires a local container registry, such as
[Harbor](https://goharbor.io/) to host the packages. Crossplane only
supports installing packages from a container registry.

Expand Down Expand Up @@ -437,7 +437,7 @@ Including YAML files that aren't Compositions or CompositeResourceDefinitions,
including Claims isn't supported.
{{</hint >}}

By default, Crossplane creates an `.xpkg` file of the Configuration name and
By default, Crossplane creates a `.xpkg` file of the Configuration name and
a SHA-256 hash of the package contents.

For example, a {{<hover label="xpkgName" line="2">}}Configuration{{</hover>}}
Expand Down

0 comments on commit 63ce627

Please sign in to comment.