Skip to content

Commit

Permalink
Merge pull request #479 from stevenschobert/ss-fix-typo
Browse files Browse the repository at this point in the history
Fix misspelling of “another”
  • Loading branch information
knsv authored Mar 19, 2017
2 parents acbbfbe + 37f9655 commit b0e81bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/content/gantt.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gantt
Another task :after a1 , 20d
section Another
Task in sec :2014-01-12 , 12d
anther task : 24d
another task : 24d
```

Renders the following diagram:
Expand All @@ -31,7 +31,7 @@ gantt
Another task :after a1 , 20d
section Another
Task in sec :2014-01-12 , 12d
anther task : 24d
another task : 24d
```

## Syntax
Expand Down
16 changes: 8 additions & 8 deletions test/gantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,21 @@ <h1>Other tests</h1>
section Another
Task in sec :2014-01-12 , 12d
section Another2
anther task : 24d
another task : 24d
section Another3
anther task : 24d
another task : 24d
section Another4
anther task : 24d
another task : 24d
section Another5
anther task : 24d
another task : 24d
section Another6
anther task : 24d
another task : 24d
section Another7
anther task : 24d
another task : 24d
section Another8
anther task : 24d
another task : 24d
section Another9
anther task : 24d
another task : 24d
</div>
As you can see, bla bla bla.
<div class="mermaid">
Expand Down

0 comments on commit b0e81bf

Please sign in to comment.