diff --git a/keps/sig-storage/3314-csi-differential-snapshot/README.md b/keps/sig-storage/3314-csi-differential-snapshot/README.md index 87dcc05af7d8..7d838d05ab89 100644 --- a/keps/sig-storage/3314-csi-differential-snapshot/README.md +++ b/keps/sig-storage/3314-csi-differential-snapshot/README.md @@ -305,9 +305,9 @@ persisting them in etcd. The `DifferentialSnapshot` listener that exposes the callback endpoint will be secured by delegating the request authorisation to the Kubernetes API server -using the [`SubjectAccessReview`] API. - -[`SubjectAcccessReview`]: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#subjectaccessreview-v1-authorization-k8s-io +using the i +[`SubjectAccessReview`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#subjectaccessreview-v1-authorization-k8s-io) +API. ## Design Details