From 61b0b175e15e2cef06492f769e7448eaa9b0bcc3 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 9 Aug 2021 14:00:28 +0200 Subject: [PATCH] Added missing text --- docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/howto.adoc b/docs/src/main/asciidoc/howto.adoc index ee9b35c13..5b05248d8 100644 --- a/docs/src/main/asciidoc/howto.adoc +++ b/docs/src/main/asciidoc/howto.adoc @@ -368,7 +368,7 @@ class MyService { [[how-to-add-headers-to-the-http-server-response]] == How to Add Headers to the HTTP Server Response? -Register an HTTP Filter that +Register a filter that will set the server response. ==== [source,java,indent=0]