Skip to content

Commit 73165b8

Browse files
author
bnasslahsen
committed
2 parents 5a66875 + 3321b8f commit 73165b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ For the list of paths to include, use the following property:
129129
springdoc.pathsToMatch=/v1, /api/balance/**
130130
```
131131

132-
## Spring-weblfux support with Annotated Controllers
132+
## Spring-webflux support with Annotated Controllers
133133
* Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yml
134134
* Add the library to the list of your project dependencies (No additional configuration is needed)
135135

@@ -148,7 +148,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
148148
```
149149

150150

151-
## Spring-weblfux/WebMvc.fn with Functional Endpoints
151+
## Spring-webflux/WebMvc.fn with Functional Endpoints
152152
Since version v1.3.8, the support of functional endpoints has been added.
153153
Two main annotations have been added for this purpose: @RouterOperations and @RouterOperation.
154154

src/main/resources/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For the list of paths to include, use the following property:
128128
springdoc.pathsToMatch=/v1, /api/balance/**
129129
```
130130

131-
## Spring-weblfux support with Annotated Controllers
131+
## Spring-webflux support with Annotated Controllers
132132
* Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yml
133133
* Add the library to the list of your project dependencies (No additional configuration is needed)
134134

@@ -147,7 +147,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
147147
```
148148

149149

150-
## Spring-weblfux/WebMvc.fn with Functional Endpoints
150+
## Spring-webflux/WebMvc.fn with Functional Endpoints
151151
Since version v1.3.8, the support of functional endpoints has been added.
152152
Two main annotations have been added for this purpose: @RouterOperations and @RouterOperation.
153153

0 commit comments

Comments
 (0)