Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alderg committed Dec 27, 2024
1 parent 0c8f579 commit 420daaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div style="display:block;align-items:center;padding:20px;">
<textarea id="prompt"
style="width:100%;height:60px;font-family:inherit;font-size:inherit;padding:10px;box-sizing:border-box;resize:vertical;"
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;"
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;"
spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off"></textarea>
<div style="position:relative;display:flex;align-items:center;justify-items:stretch;padding-top:10px;">
<button style="position:relative;background:rgb(56, 56, 56);color:gray;" id="create" onclick="replaceEscapes();return false;">
Expand Down

0 comments on commit 420daaa

Please sign in to comment.