mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
Fixed typo : arround becomes around
This commit is contained in:
parent
a3f1128172
commit
8b5ee45cd7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user