1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-06 10:20:54 +00:00

Fixed typo : arround becomes around

This commit is contained in:
YassinHajaj 2022-11-14 10:59:47 +01:00 committed by GitHub
parent a3f1128172
commit 8b5ee45cd7
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) {
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("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) {