diff --git a/safe-core-sdk/auth-kit/reference/SafeAuthPack.md b/safe-core-sdk/auth-kit/reference/SafeAuthPack.md index 3d5ac220..7e9ae06a 100644 --- a/safe-core-sdk/auth-kit/reference/SafeAuthPack.md +++ b/safe-core-sdk/auth-kit/reference/SafeAuthPack.md @@ -179,7 +179,7 @@ This method removes the iframe. It's useful when you need to re-instantiate the Allow to subscribe to authentication state changes. -**Params** +**Parameters** - `event` - The event you want to subscribe to. Currently, you can subscribe to `accountsChanged` or `chainChanged`. - `handler` - When the event is triggered, the function will be called.