Fix Typo in Spring Boot Docs Section 10.1 Custom HTTP Exchange Recording

See gh-39777
This commit is contained in:
Piyal Ahmed
2024-02-28 10:35:48 +06:00
committed by Moritz Halbritter
parent 714a95aa82
commit 3028fe703e

View File

@@ -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`.