1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 10:59:01 +00:00

Merge pull request #1189 from YassinHajaj/master

Fixed typo : arround becomes around
This commit is contained in:
PlantUML 2022-11-14 11:28:56 +01:00 committed by GitHub
commit db09c72834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ public class GraphvizCrash extends AbstractTextBlock implements IEntityImage {
public static void youShouldSendThisDiagram(List<String> strings) { public static void youShouldSendThisDiagram(List<String> strings) {
strings.add("You should send this diagram and this image to <b>plantuml@gmail.com</b> or"); strings.add("You should send this diagram and this image to <b>plantuml@gmail.com</b> or");
strings.add("post to <b>https://plantuml.com/qa</b> to solve this issue."); strings.add("post to <b>https://plantuml.com/qa</b> to solve this issue.");
strings.add("You can try to turn arround this issue by simplifing your diagram."); strings.add("You can try to turn around this issue by simplifing your diagram.");
} }
public static void thisMayBeCaused(final List<String> strings) { public static void thisMayBeCaused(final List<String> strings) {