diff --git a/docs/tutorials/kubernetes/gitops.md b/docs/tutorials/kubernetes/gitops.md index ae1a713c6bf..b5a30ff4745 100644 --- a/docs/tutorials/kubernetes/gitops.md +++ b/docs/tutorials/kubernetes/gitops.md @@ -41,7 +41,7 @@ spec: selfHeal: true ``` -The apply the Kubernetes manifest. If you have the manifest locally, you can use the following command through kubectl: +To apply the Kubernetes manifest, if you have the manifest locally, you can use the following command through kubectl: ``` > kubectl apply -f trivy-operator.yaml