operator-framework / olm-docs

Hugo doc site for https://github.com/operator-framework/operator-lifecycle-manager
10 stars 82 forks source link

ClusterServiceVersion docs invalid syntax #149

Open omertuc opened 3 years ago

omertuc commented 3 years ago

https://olm.operatorframework.io/docs/concepts/crds/clusterserviceversion/

First line:

A ClusterServiceVersion (CSV) represents a particular version a running operator on a cluster.

doesn't seem correct, syntax-wise.

I think the intention was to write:

A ClusterServiceVersion (CSV) represents a particular version of a running operator on a cluster.

But I'm not sure