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 e5fe03528bf..faf3c3f6b6f 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`.