fix(docs): Add missing semicolon to examples

Co-authored-by: Christian Stücklberger <christian.stuecklberger@ergon.ch>
This commit is contained in:
Christian Stücklberger
2021-05-19 17:10:29 +02:00
committed by GitHub
parent 5b86fdd876
commit 8196b1d46b
5 changed files with 18 additions and 19 deletions

View File

@@ -38,8 +38,8 @@ You can configure a different `release-after-ms` in your keymap:
/ {
keymap {
...
}
}
};
};
```
### Advanced usage