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:
commit
468c7e5c73
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue