From 1cb13be65f35f04f9f782c21aff1e5d0d33b448f Mon Sep 17 00:00:00 2001 From: Toinane Date: Tue, 12 Sep 2017 15:51:53 +0200 Subject: [PATCH] style: fix the word incompatible in docs --- docs/api/structures/notification-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/notification-action.md b/docs/api/structures/notification-action.md index 1a63e3c74811..3323722bcd95 100644 --- a/docs/api/structures/notification-action.md +++ b/docs/api/structures/notification-action.md @@ -7,7 +7,7 @@ | 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` | 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 incompatible with `hasReply` and will be ignored if `hasReply` is `true`. | ### Button support on macOS