Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Feb 27, 2024
1 parent 0215e01 commit a9e67e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/syntax/gantt.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ After processing the tags, the remaining metadata items are interpreted as follo
| `after <otherTaskId>, until <otherTaskId>` | End date of previously specified task `otherTaskID` | Start date of previously specified task `otherTaskID` | n/a |
| `<endDate>` | End date of preceding task | `enddate` as interpreted using `dateformat` | n/a |
| `<length>` | End date of preceding task | Start date + `length` | n/a |
| `until <otherTqskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |
| `until <otherTaskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |

> **Note**
> Support for keyword `until` was added in (v\<MERMAID_RELEASE_VERSION>+). This can be used to define a task which is running until some other specific task or milestone starts.
Expand Down Expand Up @@ -559,3 +559,5 @@ gantt
section Issue1300
5 : 0, 5
```

<!--- cspell:ignore isadded --->
4 changes: 3 additions & 1 deletion packages/mermaid/src/docs/syntax/gantt.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ After processing the tags, the remaining metadata items are interpreted as follo
| `after <otherTaskId>, until <otherTaskId>` | End date of previously specified task `otherTaskID` | Start date of previously specified task `otherTaskID` | n/a |
| `<endDate>` | End date of preceding task | `enddate` as interpreted using `dateformat` | n/a |
| `<length>` | End date of preceding task | Start date + `length` | n/a |
| `until <otherTqskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |
| `until <otherTaskId>` | End date of preceding task | Start date of previously specified task `otherTaskID` | n/a |

```note
Support for keyword `until` was added in (v<MERMAID_RELEASE_VERSION>+). This can be used to define a task which is running until some other specific task or milestone starts.
Expand Down Expand Up @@ -449,3 +449,5 @@ gantt
section Issue1300
5 : 0, 5
```

<!--- cspell:ignore isadded --->

0 comments on commit a9e67e4

Please sign in to comment.