summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-06-09 07:07:05 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-06-09 07:07:05 +0000
commitd5af6bd6bc7ee0329ae01749099bd8245bdc6f2d (patch)
treeacc32ef3737361ad43b52e47b71a18a5ea35d3d6
parent5d20c752b0054958ddcb6e2c9a4c98f1003ac68f (diff)
parentb62b2936d5ada1968098992e5a0130410381c2da (diff)
downloadsubplot-d5af6bd6bc7ee0329ae01749099bd8245bdc6f2d.tar.gz
Merge branch 'typo-fix' into 'main'
fix: typos in architecture diagrams See merge request subplot/subplot!176
-rw-r--r--subplot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplot.md b/subplot.md
index 9c53da4..230acb3 100644
--- a/subplot.md
+++ b/subplot.md
@@ -32,7 +32,7 @@ digraph "architecture" {
md [label="foo.md \n (document, Markdown)"];
md [shape=box];
-bindings [label="foo.myaml \n (bindings, YAML)"];
+bindings [label="foo.yaml \n (bindings, YAML)"];
bindings [shape=box];
impl [label="foo.py \n (step implemenations, Python)"]
@@ -84,7 +84,7 @@ digraph "architecture2" {
md [label="foo.md \n (document, Markdown)"];
md [shape=box];
-bindings [label="foo.myaml \n (bindings, YAML)"];
+bindings [label="foo.yaml \n (bindings, YAML)"];
bindings [shape=box];
impl [label="foo.py \n (step implemenations, Python)"]