Skip to content

Commit 8c6b79c

Browse files
committed
minor symfony#59757 [Notifier][Ntfy] fix description (DavidPrevot)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier][Ntfy] fix description | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT Fix an ntfy vs. nfty typo in composer.json description field. Initially reported by Cyril Brulebois on https://bugs.debian.org/1095786. Commits ------- 74baaf0 ntfy-notifier: tfix in description
2 parents 4897024 + 74baaf0 commit 8c6b79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Ntfy/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/ntfy-notifier",
33
"type": "symfony-notifier-bridge",
4-
"description": "Symfony Ntyf Notifier Bridge",
4+
"description": "Symfony Ntfy Notifier Bridge",
55
"keywords": ["ntfy", "notifier"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)