We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6fc86 commit a36b6caCopy full SHA for a36b6ca
content/architecture.md
@@ -21,7 +21,7 @@ digraph GitGitGadgetFlow {
21
22
GitGitGadget [label="GitGitGadget", fillcolor="#ffffff"];
23
24
- user -> pr_repo [taillabel=" opens PR"];
+ user -> pr_repo [label=" opens PR"];
25
26
pr_repo -> GitGitGadget [label="slash commands"];
27
0 commit comments