mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +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) {
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user