Skip to content

Commit 14ca53a

Browse files
updated
1 parent b7957d6 commit 14ca53a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Requires Java 21, Spring boot 3.2.0+ and Jakarta EE 10
2727
- [Customize error response](#customize-error-response)
2828
- [Customize or Override advices](#customize-or-override-advices)
2929
14. [Define new advices](#define-new-advices)
30-
15. [Testing support](#testing)
30+
15. [Testing support](#testing-support)
3131
16. [Example error responses in different scenarios](#example-error-responses)
3232

3333
## Introduction
@@ -830,7 +830,7 @@ public class MyCustomAdvice implements AdviceTrait<ServerWebExchange, Mono<Respo
830830
}
831831
```
832832

833-
## Testing
833+
## Testing support
834834
Following beans are [**autoconfigured**](src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports) for exception handling
835835

836836
| Configuration class | Spring Web | Spring Webflux |

0 commit comments

Comments
 (0)