From 9f4f4d4e738926909d2040a7cafc0f8f8838e334 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Mon, 24 Aug 2026 17:26:01 +0300 Subject: [PATCH] fixed typos --- core/collection_model_auth_options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/collection_model_auth_options.go b/core/collection_model_auth_options.go index a39f7ab1..4059c07a 100644 --- a/core/collection_model_auth_options.go +++ b/core/collection_model_auth_options.go @@ -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 {