diff --git a/docs/pages/magic-account/setup/social.mdx b/docs/pages/magic-account/setup/social.mdx index 3240540..01e6d2b 100644 --- a/docs/pages/magic-account/setup/social.mdx +++ b/docs/pages/magic-account/setup/social.mdx @@ -1,6 +1,6 @@ # Signing into Magic Account with Socials -Magic Account supports social signins. We are starting with support for Google; [contact us](https://t.me/derek_chiang) if you are looking for other social login options. +Magic Account supports social signings. We are starting with support for Google; [contact us](https://t.me/derek_chiang) if you are looking for other social login options. If you are using social signin on localhost, make sure to use port `3000`. @@ -89,4 +89,4 @@ export function ConnectButton() { ); } -``` \ No newline at end of file +``` diff --git a/docs/pages/smart-wallet/permissions/policies/rate-limit.mdx b/docs/pages/smart-wallet/permissions/policies/rate-limit.mdx index 3db9fb3..63f224f 100644 --- a/docs/pages/smart-wallet/permissions/policies/rate-limit.mdx +++ b/docs/pages/smart-wallet/permissions/policies/rate-limit.mdx @@ -74,7 +74,7 @@ const validator = toPermissionValidator(publicClient, { #### example -if you want to set recurring payment logic for every month without reset and expect to live for next 2 years, paramters will be +if you want to set recurring payment logic for every month without reset and expect to live for next 2 years, parameters will be ``` count : 24, @@ -92,4 +92,4 @@ if you want to set it with reset, parameters will be ### Notice -Although RateLimitWithReset is powerful, it violates erc4337 opcode rule to access `block.timestamp` this will only work with bundlers that accepts this opcode \ No newline at end of file +Although RateLimitWithReset is powerful, it violates erc4337 opcode rule to access `block.timestamp` this will only work with bundlers that accepts this opcode