Skip to content

Commit 83cbae3

Browse files
authored
Merge pull request #90039 from changeworld/patch-34
Fix typo
2 parents 7199793 + 2c69c34 commit 83cbae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-cloud/how-to-use-tls-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ X509Certificate cert = (X509Certificate) factory.generateCertificate(is);
8484

8585
### Load a certificate into the trust store
8686

87-
For a java application, you can choose **Load into trust store** for the selected certificate. The certificate will be automatically added to the Java default TrustStores to authenticate a server in SSL authentication.
87+
For a Java application, you can choose **Load into trust store** for the selected certificate. The certificate will be automatically added to the Java default TrustStores to authenticate a server in SSL authentication.
8888

8989
The following log from your app shows that the certificate is successfully loaded.
9090

0 commit comments

Comments
 (0)