From f6e11921ef76111f4c5948098b82ea87ed64cc87 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Dec 2021 22:31:16 +0000 Subject: [PATCH] :sparkles: Adds XKCD comic widget --- docs/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets.md b/docs/widgets.md index 4ad7b798..9edfcc71 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -148,7 +148,7 @@ Have a laugh with the daily comic from [XKCD](https://xkcd.com/). A classic webc **Field** | **Type** | **Required** | **Description** --- | --- | --- | --- -**`comic`** | `string | number` | _Optional_ | Choose which comic to display. Set to either `random`, `latest` or the series number of a specific comic, like `627`. Defaults to `latest` +**`comic`** | `string / number` | _Optional_ | Choose which comic to display. Set to either `random`, `latest` or the series number of a specific comic, like `627`. Defaults to `latest` ##### Example