From f739a3067e9f3ddc32c3545ce73cc528b1e0285d Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:28:29 -0500 Subject: [PATCH] docs: Typo `wep` -> `web` --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 9479301a..d4766cde 100644 --- a/docs/config.md +++ b/docs/config.md @@ -865,7 +865,7 @@ it'll show `New message` as a popup. ## Web Push [Web Push](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) ([RFC8030](https://datatracker.ietf.org/doc/html/rfc8030)) allows ntfy to receive push notifications, even when the ntfy web app (or even the browser, depending on the platform) is closed. -When enabled, the user can enable **background notifications** for their topics in the wep app under Settings. Once enabled by the +When enabled, the user can enable **background notifications** for their topics in the web app under Settings. Once enabled by the user, ntfy will forward published messages to the push endpoint (browser-provided, e.g. fcm.googleapis.com), which will then forward it to the browser.