Skip to content

Commit 076d4ac

Browse files
committed
A few grammatical updates
Signed-off-by: Brendan O'Leary <[email protected]>
1 parent 9492e02 commit 076d4ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/master/concepts/packages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 200
66
---
77

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

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

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

7979
### Install offline
8080

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

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

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

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

0 commit comments

Comments
 (0)