From 36b9243b12a42f0160392b312693e57d81b0a56d Mon Sep 17 00:00:00 2001 From: Jeremy Parker Date: Fri, 12 Aug 2022 23:29:58 +1000 Subject: [PATCH] Update guarantees.md (#13954) --- website/content/en/docs/about/under-the-hood/guarantees.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/content/en/docs/about/under-the-hood/guarantees.md b/website/content/en/docs/about/under-the-hood/guarantees.md index 3d7c4bc5704ec..22cf392f7d965 100644 --- a/website/content/en/docs/about/under-the-hood/guarantees.md +++ b/website/content/en/docs/about/under-the-hood/guarantees.md @@ -50,8 +50,7 @@ with no error. ### At-least-once The **at-least-once** delivery guarantee ensures that an [event] received by a Vector component is -ultimately delivered at least once. While rare, it is possible for an event to be delivered more -than once. See the [Does Vector support exactly-once delivery?](#faq-at-least-once) FAQ below). +ultimately delivered at least once. While rare, it is possible for an event to be delivered more than once. See the [Does Vector support exactly-once