Skip to content

Commit e0eb156

Browse files
authored
fix typo
1 parent 71c57ba commit e0eb156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/index.md

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

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

@@ -146,7 +146,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
146146
```
147147

148148

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

0 commit comments

Comments
 (0)