From 671016834d30f703a311ab669e198b6b2ec6e6de Mon Sep 17 00:00:00 2001 From: Stacey Potter <50154848+staceypotter@users.noreply.github.com> Date: Wed, 3 Aug 2022 09:29:07 -0400 Subject: [PATCH] fix typo on readme Signed-off-by: Stacey Potter <50154848+staceypotter@users.noreply.github.com> Signed-off-by: Stacey Potter <50154848+staceypotter@users.noreply.github.com> --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3bee0176..0bec2686 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,7 @@ features: - title: Flexible Traffic Routing details: Shift and route traffic between app versions using a service mesh like Istio, Linkerd, Kuma, OSM or AWS App Mesh. Or if a service mesh does not meet your needs, use an Ingress controller like Contour, Gloo, NGINX, Skipper or Traefik. - title: Extensible Validation - details: Besides the builtin metrics checks, you can extend your application analysis with custom metrics and webooks for running acceptance tests, load tests, or any other custom validation. + details: Besides the builtin metrics checks, you can extend your application analysis with custom metrics and webhooks for running acceptance tests, load tests, or any other custom validation. footer: Apache License 2.0 | Copyright © 2018-2022 The Flux authors ---