Skip to content

Commit 7e5de30

Browse files
authored
fix: docs typo in endpoints servers definition (#1773)
1 parent 067fd50 commit 7e5de30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/docs/guide/endpoints/endpointservers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You can also provide some servers for all endpoints with the `endpoints.server=<json array of io.swagger.v3.oas.models.servers.Server>` flag, for instance:
1+
You can also provide some servers for all endpoints with the `endpoints.servers=<json array of io.swagger.v3.oas.models.servers.Server>` flag, for instance:
22
[source,properties]
33
----
44
endpoints.servers=[ \

0 commit comments

Comments
 (0)