From 499654a532231cb7526960d2794195742eb1eaac Mon Sep 17 00:00:00 2001 From: Matthias Streidel Date: Mon, 3 Mar 2025 21:27:21 +0100 Subject: [PATCH] Fix typo Signed-off-by: Matthias Streidel --- .../antora/modules/reference/pages/actuator/http-exchanges.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/http-exchanges.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/http-exchanges.adoc index 641ed6484ed8..6fc12027434e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/http-exchanges.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/http-exchanges.adoc @@ -16,4 +16,4 @@ You can use the `httpexchanges` endpoint to obtain information about the request To customize the items that are included in each recorded exchange, use the configprop:management.httpexchanges.recording.include[] configuration property. -To disable recoding entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`. +To disable recording entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`.