Fix spelling

This commit is contained in:
Sidharth Vinod 2024-02-27 15:33:28 +05:30
parent 0215e0173f
commit a9e67e4266
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 6 additions and 2 deletions

View File

@ -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 --->

View File

@ -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 --->