Browse Source

Fix structure docs

Samuel Attard 7 years ago
parent
commit
b8be81f101
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/structures/notification-action.md

+ 1 - 1
docs/api/structures/notification-action.md

@@ -6,7 +6,7 @@
 ## Platform / Action Support
 
 | Action Type | Platform Support | Usage of `text` | Default `text` | Limitations |
-|-------------|------------------|------------------|-------------|
+|-------------|------------------|-----------------|----------------|-------------|
 | `button`    | macOS            | Used as the label for the button | "Show" | Maximum of one button, if multiple are provided only the last is used.  This action is also incomptible with `hasReply` and will be ignored if `hasReply` is `true`. |
 
 ### Button support on macOS