Skip to content

Commit 9529e43

Browse files
fml2OlgaMaciaszek
authored andcommitted
Update spring-cloud-openfeign.adoc
1 parent a26095b commit 9529e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/spring-cloud-openfeign.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ feign:
202202

203203
Default configurations can be specified in the `@EnableFeignClients` attribute `defaultConfiguration` in a similar manner as described above. The difference is that this configuration will apply to _all_ feign clients.
204204

205-
If you prefer using configuration properties to configured all `@FeignClient`, you can create configuration properties with `default` feign name.
205+
If you prefer using configuration properties to configure all `@FeignClient`, you can create configuration properties with `default` feign name.
206206

207207
You can use `feign.client.config.feignName.defaultQueryParameters` and `feign.client.config.feignName.defaultRequestHeaders` to specify query parameters and headers that will be sent with every request of the client named `feignName`.
208208

0 commit comments

Comments
 (0)