fixed typos

This commit is contained in:
Gani Georgiev
2026-08-24 17:26:01 +03:00
parent d763d3dff1
commit 9f4f4d4e73
+2 -2
View File
@@ -414,9 +414,9 @@ type OAuth2Config struct {
// UnmarshalJSON implements the [json.Unmarshaler] interface.
//
// The main difference from the standrad unmarshalization is that
// The main difference from the standard unmarshalization is that
// instead of replacing the entire providers config slice, we ensure
// that parially submitted provider data (e.g. without clientSecret)
// that partially submitted provider data (e.g. without clientSecret)
// is merged on per config level based on the provider name
// (https://github.com/pocketbase/pocketbase/issues/7815).
func (c *OAuth2Config) UnmarshalJSON(b []byte) error {