Skip to content

Commit 9f9a3cb

Browse files
committed
fix typo
1 parent 2bb7389 commit 9f9a3cb

File tree

1 file changed

+1
-1
lines changed
  • bypassing-overruling-ssl-configuration

1 file changed

+1
-1
lines changed

Diff for: bypassing-overruling-ssl-configuration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker run -it -p 33060:3306 --name hakky54-mysql -e MYSQL_ROOT_PASSWORD='secret
2222
mvn exec:java
2323
```
2424

25-
If you happen to run this project in your IDE, please ad a breakpoint at `com.mysql.cj.protocol.ExportControlled` on line number `617` You will see that a custom SSLContext is being used which is constructed by this project itself. See also the screenshot below.
25+
If you happen to run this project in your IDE, please add a breakpoint at `com.mysql.cj.protocol.ExportControlled` on line number `617` You will see that a custom SSLContext is being used which is constructed by this project itself. See also the screenshot below.
2626

2727
![alt text](https://github.com/Hakky54/java-tutorials/blob/main/bypassing-overruling-ssl-configuration/images/demo.png?raw=true)
2828

0 commit comments

Comments
 (0)