From 46e423fc4005a5824471407e0b371c821f938a64 Mon Sep 17 00:00:00 2001 From: Daniel Krol Date: Tue, 5 Aug 2025 14:39:57 -0400 Subject: [PATCH] Typo in publish.md --- docs/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publish.md b/docs/publish.md index 1085a5a2..6f4c2f66 100644 --- a/docs/publish.md +++ b/docs/publish.md @@ -1106,7 +1106,7 @@ Which will result in a notification that looks like this: When `X-Template: yes` (aliases: `Template: yes`, `Tpl: yes`) or `?template=yes` is set, you can use Go templates in the `message` and `title` fields of your webhook payload. -Inline templates are most useful for templated one-off messages, of if you do not control the ntfy server (e.g., if you're using ntfy.sh). +Inline templates are most useful for templated one-off messages, or if you do not control the ntfy server (e.g., if you're using ntfy.sh). Consider using [pre-defined templates](#pre-defined-templates) or [custom templates](#custom-templates) instead, if you control the ntfy server, as templates are much easier to maintain.