Skip to content

Commit 2c69c34

Browse files
committed
Fix typo
java -> Java
1 parent 2d80cfb commit 2c69c34

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)