From 699adf4fc56915a490bbbec010f6619e121e46cf Mon Sep 17 00:00:00 2001 From: Oleksandr Redko <oleksandr.red+github@gmail.com> Date: Wed, 6 Nov 2024 19:52:54 +0200 Subject: [PATCH] fix: typo in JSON property for OpenCollective announce (#5251) The PR corrects grammar mistake in the property name for `OpenCollective` in the JSON schema. --- pkg/config/config.go | 2 +- www/docs/static/schema-pro.json | 2 +- www/docs/static/schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 2e30af98e..e53427faa 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1314,7 +1314,7 @@ type Announce struct { LinkedIn LinkedIn `yaml:"linkedin,omitempty" json:"linkedin,omitempty"` Telegram Telegram `yaml:"telegram,omitempty" json:"telegram,omitempty"` Webhook Webhook `yaml:"webhook,omitempty" json:"webhook,omitempty"` - OpenCollective OpenCollective `yaml:"opencollective,omitempty" json:"opencolletive,omitempty"` + OpenCollective OpenCollective `yaml:"opencollective,omitempty" json:"opencollective,omitempty"` Bluesky Bluesky `yaml:"bluesky,omitempty" json:"bluesky,omitempty"` } diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 09549b169..d2dba15f1 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -163,7 +163,7 @@ "webhook": { "$ref": "#/$defs/Webhook" }, - "opencolletive": { + "opencollective": { "$ref": "#/$defs/OpenCollective" }, "bluesky": { diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 4ec776b9f..60d7a8674 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -154,7 +154,7 @@ "webhook": { "$ref": "#/$defs/Webhook" }, - "opencolletive": { + "opencollective": { "$ref": "#/$defs/OpenCollective" }, "bluesky": {