Merge pull request #39777 from PiyalAhmed

* pr/39777:
  Fix Typo in Spring Boot Docs Section 10.1 Custom HTTP Exchange Recording

Closes gh-39777
This commit is contained in:
Moritz Halbritter 2024-02-28 13:00:27 +01:00
commit 468c7e5c73

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