diff --git a/docs/api/touch-bar.md b/docs/api/touch-bar.md index a499703fd5d4..fa62b8dc6cc2 100644 --- a/docs/api/touch-bar.md +++ b/docs/api/touch-bar.md @@ -65,7 +65,7 @@ const spin = new TouchBarButton({ }) const getRandomValue = () => { - const values = ['🍒', '💎', '7️⃣', '🍊', '🔔', '⭐', '🍇'] + const values = ['🍒', '💎', '7️⃣', '🍊', '🔔', '⭐', '🍇', '🍀'] return values[Math.floor(Math.random() * values.length)] }