From 191562837175655865fad998e42b05d892a628e7 Mon Sep 17 00:00:00 2001 From: Nic Lake Date: Thu, 23 May 2024 15:26:46 -0500 Subject: [PATCH] Mastodon comment --- src/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.js b/src/data.js index 72467cce..f6ff5c15 100644 --- a/src/data.js +++ b/src/data.js @@ -7,7 +7,7 @@ * @property {string} url - link to contributor's /uses page * @property {string} country - flag emoji for contributor's country * @property {string} [twitter] - optional Twitter username (beginning with `@`) - * @property {string} [mastodon] - optional Twitter username (beginning with `@`) + * @property {string} [mastodon] - optional Mastodon username & server (beginning with `@`, ex: `@hello@mastodon.social`) * @property {string} [emoji] - some emoji corresponding to the contributor * @property {'apple' | 'windows' | 'linux' | 'bsd'} [computer] * @property {'iphone' | 'android' | 'windowsphone' | 'flipphone'} [phone]