Skip to content

Commit 420daaa

Browse files
committed
Fixes typo
1 parent 0c8f579 commit 420daaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<div style="display:block;align-items:center;padding:20px;">
4646
<textarea id="prompt"
4747
style="width:100%;height:60px;font-family:inherit;font-size:inherit;padding:10px;box-sizing:border-box;resize:vertical;"
48-
placeholder="Diagram description, eg. five tier sequence diagram on how to order fast food online eg. graph TD; A-->B; A-->C; B-->D; C-->D;"
48+
placeholder="Diagram description, eg. five tier sequence diagram on how to order fast food online or graph TD; A-->B; A-->C; B-->D; C-->D;"
4949
spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off"></textarea>
5050
<div style="position:relative;display:flex;align-items:center;justify-items:stretch;padding-top:10px;">
5151
<button style="position:relative;background:rgb(56, 56, 56);color:gray;" id="create" onclick="replaceEscapes();return false;">

0 commit comments

Comments
 (0)