Skip to content

Commit 6e80186

Browse files
committedDec 13, 2019
Fix tiny typo
Should be "solely" not "soley".
1 parent 4aef889 commit 6e80186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When loading manifests into the database, the following invariants are validated
3737
* If a ClusterServiceVersion `owns` a CRD, that CRD must exist in the bundle.
3838
* If a ClusterServiceVersion `replaces` another, both the old and the new must exist in the package.
3939

40-
Bundle directories are identified soley by the fact that they contain a ClusterServiceVersion, which provides an amount of freedom for layout of manifests.
40+
Bundle directories are identified solely by the fact that they contain a ClusterServiceVersion, which provides an amount of freedom for layout of manifests.
4141

4242
It's recommended to follow a layout that makes it clear which bundles are part of which package, as in [manifests](manifests):
4343

0 commit comments

Comments
 (0)
Please sign in to comment.