Skip to content

Commit e187c4b

Browse files
authored
Fix typo in configuration.md (#1098)
1 parent cbbef18 commit e187c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-CN/client/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ grpc-spring-boot-starter 可以通过 Spring 的 `@ConfigurationProperties` 机
3131

3232
- [`GrpcChannelsProperties`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelsProperties.html)
3333
- [`GrpcChannelProperties`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.html)
34-
- [`GrpcServerProperties.Security`](https://static.javadoc.io/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.Security.html)
34+
- [`GrpcChannelProperties.Security`](https://static.javadoc.io/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.Security.html)
3535

3636
如果你希望阅读源代码,你可以查阅 [这里](https://github.com/grpc-ecosystem/grpc-spring/blob/master/grpc-client-spring-boot-starter/src/main/java/net/devh/boot/grpc/client/config/GrpcChannelProperties.java#L58)
3737

0 commit comments

Comments
 (0)