Skip to content

Fix documentation punctuation and formatting #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/magic-account/setup/social.mdx
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down Expand Up @@ -89,4 +89,4 @@ export function ConnectButton() {
</Group>
);
}
```
```
4 changes: 2 additions & 2 deletions docs/pages/smart-wallet/permissions/policies/rate-limit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Although RateLimitWithReset is powerful, it violates erc4337 opcode rule to access `block.timestamp` this will only work with bundlers that accepts this opcode