From 4c3dcec19e693b97de6221076d861fae8b2c1ed6 Mon Sep 17 00:00:00 2001
From: Fredrik Sandebert <sandebert@users.noreply.github.com>
Date: Tue, 15 Mar 2022 16:09:20 +0100
Subject: [PATCH] Fixed typo in url

---
 web/src/components/ActionBar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/components/ActionBar.js b/web/src/components/ActionBar.js
index f9972093..ca0c8f10 100644
--- a/web/src/components/ActionBar.js
+++ b/web/src/components/ActionBar.js
@@ -129,7 +129,7 @@ const SettingsIcons = (props) => {
             `It's almost like you want to hear what I have to say. I'm not even a machine. I'm just a sentence that Phil typed on a random Thursday.`,
             `Alright then, it's ${formatShortDateTime(Date.now())} already. Boy oh boy, where did the time go? I hope you're alright, friend.`,
             `There are nine million bicycles in Beijing That's a fact; It's a thing we can't deny. I wonder if that's true ...`,
-            `I'm really excited that you're trying out ntfy. Did you know that there are a few public topics, such as ntfy.sh/stats and ntfy.sh/annoucements.`,
+            `I'm really excited that you're trying out ntfy. Did you know that there are a few public topics, such as ntfy.sh/stats and ntfy.sh/announcements.`,
             `It's interesting to hear what people use ntfy for. I've heard people talk about using it for so many cool things. What do you use it for?`
         ])[0];
         api.publish(baseUrl, topic, message, title, priority, tags);