mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
fix misspelling of “another”
This commit is contained in:
@@ -17,7 +17,7 @@ gantt
|
|||||||
Another task :after a1 , 20d
|
Another task :after a1 , 20d
|
||||||
section Another
|
section Another
|
||||||
Task in sec :2014-01-12 , 12d
|
Task in sec :2014-01-12 , 12d
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
```
|
```
|
||||||
|
|
||||||
Renders the following diagram:
|
Renders the following diagram:
|
||||||
@@ -31,7 +31,7 @@ gantt
|
|||||||
Another task :after a1 , 20d
|
Another task :after a1 , 20d
|
||||||
section Another
|
section Another
|
||||||
Task in sec :2014-01-12 , 12d
|
Task in sec :2014-01-12 , 12d
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
```
|
```
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
@@ -126,21 +126,21 @@
|
|||||||
section Another
|
section Another
|
||||||
Task in sec :2014-01-12 , 12d
|
Task in sec :2014-01-12 , 12d
|
||||||
section Another2
|
section Another2
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another3
|
section Another3
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another4
|
section Another4
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another5
|
section Another5
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another6
|
section Another6
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another7
|
section Another7
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another8
|
section Another8
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
section Another9
|
section Another9
|
||||||
anther task : 24d
|
another task : 24d
|
||||||
</div>
|
</div>
|
||||||
As you can see, bla bla bla.
|
As you can see, bla bla bla.
|
||||||
<div class="mermaid">
|
<div class="mermaid">
|
||||||
|
Reference in New Issue
Block a user