Update packages/mermaid/src/docs/syntax/gantt.md

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Steph 2022-12-20 09:37:42 -08:00 committed by GitHub
parent 0f337d654f
commit b220718b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ tickInterval 1day
The pattern is:
```markdown
/^([1-9][0-9]\*)(minute|hour|day|week|month)$/
```javascript
/^([1-9][0-9]*)(minute|hour|day|week|month)$/
```
More info in: [https://github.com/d3/d3-time#interval_every](https://github.com/d3/d3-time#interval_every)