From 3028fe703effe0e786184712b929736e4e357baa Mon Sep 17 00:00:00 2001 From: Piyal Ahmed Date: Wed, 28 Feb 2024 10:35:48 +0600 Subject: [PATCH] Fix Typo in Spring Boot Docs Section 10.1 Custom HTTP Exchange Recording See gh-39777 --- .../src/docs/asciidoc/actuator/http-exchanges.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/http-exchanges.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/http-exchanges.adoc index e5fe03528b..faf3c3f6b6 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/http-exchanges.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/http-exchanges.adoc @@ -14,4 +14,4 @@ You can use the `httpexchanges` endpoint to obtain information about the request === Custom HTTP Exchange Recording 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`.