Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
  • Loading branch information
rlespinasse committed Oct 31, 2022
1 parent a210765 commit 187cb7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .textlintrc
@@ -0,0 +1,11 @@
{
"rules": {
"terminology": {
"defaultTerms": true,
"exclude": [
"PDF",
"PNG"
]
}
}
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ with:
transparent: true
```

> `.github/workflows/drawio-export.yml` - Workflow to keep your draw.io export synchrinized
> `.github/workflows/drawio-export.yml` - Workflow to keep your draw.io export synchronized
```yaml
name: Keep draw.io export synchronized
Expand Down

0 comments on commit 187cb7f

Please sign in to comment.