Skip to content

Commit 468c7e5

Browse files
committed
Merge pull request #39777 from PiyalAhmed
* pr/39777: Fix Typo in Spring Boot Docs Section 10.1 Custom HTTP Exchange Recording Closes gh-39777
2 parents 714a95a + 3028fe7 commit 468c7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/http-exchanges.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ You can use the `httpexchanges` endpoint to obtain information about the request
1414
=== Custom HTTP Exchange Recording
1515
To customize the items that are included in each recorded exchange, use the configprop:management.httpexchanges.recording.include[] configuration property.
1616

17-
To disable recoding entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`.
17+
To disable recording entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`.

0 commit comments

Comments
 (0)