Skip to content

Commit ad5b1c9

Browse files
committed
update docs
1 parent 33ea70b commit ad5b1c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ default. In `Spring Cloud OpenFeign` you need `@SpringQueryMap` to achieve this
234234
`httpexhange-spring-boot-starter` supports this feature, and you don't need any additional annotations.
235235

236236
> In order not to change the default behavior of Spring, this feature is disabled by default,
237-
> you can use `http-exchange.bean-to-query=true` to enable it.
237+
> you can set `http-exchange.bean-to-query=true` to enable it.
238238

239239
```java
240240
public interface PostApi {

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ default. In `Spring Cloud OpenFeign` you need `@SpringQueryMap` to achieve this
239239
`httpexhange-spring-boot-starter` supports this feature, and you don't need any additional annotations.
240240

241241
> In order not to change the default behavior of Spring, this feature is disabled by default,
242-
> you can use `http-exchange.bean-to-query=true` to enable it.
242+
> you can set `http-exchange.bean-to-query=true` to enable it.
243243

244244
```java
245245
public interface PostApi {

0 commit comments

Comments
 (0)