mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Fix spelling
This commit is contained in:
parent
0215e0173f
commit
a9e67e4266
@ -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 |
|
| `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 |
|
| `<endDate>` | End date of preceding task | `enddate` as interpreted using `dateformat` | n/a |
|
||||||
| `<length>` | End date of preceding task | Start date + `length` | 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**
|
> **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.
|
> 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.
|
||||||
@ -559,3 +559,5 @@ gantt
|
|||||||
section Issue1300
|
section Issue1300
|
||||||
5 : 0, 5
|
5 : 0, 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!--- cspell:ignore isadded --->
|
||||||
|
@ -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 |
|
| `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 |
|
| `<endDate>` | End date of preceding task | `enddate` as interpreted using `dateformat` | n/a |
|
||||||
| `<length>` | End date of preceding task | Start date + `length` | 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
|
```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.
|
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.
|
||||||
@ -449,3 +449,5 @@ gantt
|
|||||||
section Issue1300
|
section Issue1300
|
||||||
5 : 0, 5
|
5 : 0, 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!--- cspell:ignore isadded --->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user