diff --git a/docs/platform/console/blockchain.md b/docs/platform/console/blockchain.md index e01d0bd0c5..82baf9ce8a 100644 --- a/docs/platform/console/blockchain.md +++ b/docs/platform/console/blockchain.md @@ -24,14 +24,14 @@ Your paymaster credentials will only be used to sponsor registration of session ### [ZeroDev](https://zerodev.app) -To configure ZeroDev with your Rollup ID app you will need create a project and copy the project id into the applications. +To configure ZeroDev with your Rollup ID app you will need to create a project and copy the project id into the applications. ## Interested in becoming an Account Abstraction Provider Please answer the following questions to see if you qualify: * [ ] Do you have an SDK or API? - * Does your SDK use `fetcher`? (We do not support `XMLHttpRequest` and therefore do cannot integrate your SDK) OR + * Does your SDK use `fetcher`? (We do not support `XMLHttpRequest` and therefore cannot integrate your SDK) OR * Can your service be used with API calls? * [ ] Are your smart contracts 4337 compatible? * Do you have a smart contract factory to generate the same smart contract wallet address across all chains? diff --git a/docs/platform/console/dashboard.md b/docs/platform/console/dashboard.md index e6b652f28d..59e435f3ee 100644 --- a/docs/platform/console/dashboard.md +++ b/docs/platform/console/dashboard.md @@ -4,7 +4,7 @@ description: Your application dashboard # Dashboard -The dashboard is where you will be presented with an overview your application keys, connected smart contracts, and user sessions. +The dashboard is where you will be presented with an overview of your application keys, connected smart contracts, and user sessions. Here you can also copy and rotate your Galaxy API key for authenticating into the [Galaxy API](../profile-graph.md). diff --git a/docs/platform/console/oauth.md b/docs/platform/console/oauth.md index 9e1c8d8278..c0b559609d 100644 --- a/docs/platform/console/oauth.md +++ b/docs/platform/console/oauth.md @@ -6,7 +6,7 @@ description: Configuring your OAuth settings The OAuth tab is where you can configure your applications standard OAuth settings including the name and logo that will appear in the [Passport](../passport.md) flow for your users. -This is the most important configuration in this tab is the [Scopes](../../reference/scopes.md). Every scope is represents an authorization request that will be presented to the user during the auth flow in Passport. These authorizations include access to profile information, connected accounts, provisioning wallets and more. +This is the most important configuration in this tab is the [Scopes](../../reference/scopes.md). Every scope represents an authorization request that will be presented to the user during the auth flow in Passport. These authorizations include access to profile information, connected accounts, provisioning wallets and more.

OAuth Config Screen

diff --git a/docs/platform/passport.md b/docs/platform/passport.md index fcb197cdec..fe9614b78f 100644 --- a/docs/platform/passport.md +++ b/docs/platform/passport.md @@ -12,7 +12,7 @@ Passport is an OAuth-based authentication and authorization gateway for your app The authentication step takes care of identifying profiles on the [Profile Graph](profile-graph.md). The authentication method a user chooses acts like a DNS resolver to a users profile. If a profile is not found, one will be created. -Once authenticated the user will the be redirected to the authorization screen. +Once authenticated the user will be redirected to the authorization screen.
@@ -38,7 +38,7 @@ No scope is equivalent to an auto authorization with access only to public profi
-Once authorized your the user will be redirected back to your application with the state and exchange code [described in the guide](../getting-started/auth-flow.md) to complete the auth flow and receive an access token. +Once authorized the user will be redirected back to your application with the state and exchange code [described in the guide](../getting-started/auth-flow.md) to complete the auth flow and receive an access token. ### Tokens & Sessions diff --git a/docs/reference/galaxy-api.md b/docs/reference/galaxy-api.md index 9dfc74e7fe..9e229e32aa 100644 --- a/docs/reference/galaxy-api.md +++ b/docs/reference/galaxy-api.md @@ -15,7 +15,7 @@ To prevent abuse, the service limits requests for each application to 10 per min There are several ways you can consume GQL APIs and we've documented how below. If you are interested in a deeper understanding of GraphQL you can visit the [GraphQL documentation portal.](https://graphql.org/learn/) {% hint style="info" %} -For these example we are using Javascript but you would be able to achieve similar results with your preferred language. +For these examples we are using Javascript but you would be able to achieve similar results with your preferred language. {% endhint %} {% tabs %} @@ -122,7 +122,7 @@ const { profile } = fetch("https://galaxy.rollup.id/graphql", { {% tab title="2. GQL Client" %} **Option 2: GraphQL Clients** -Our reccomended approach is to use a general purpose GQL Client. One such client we recommend for Javascript is [graphql-request.](https://www.npmjs.com/package/graphql-request) +Our recommended approach is to use a general purpose GQL Client. One such client we recommend for Javascript is [graphql-request.](https://www.npmjs.com/package/graphql-request) GraphQL Request helps reduce the overhead of making GQL API calls with a simple fetch. Let's demonstrate the same examples in Option 1 with this library. diff --git a/docs/troubleshooting/faq.md b/docs/troubleshooting/faq.md index 34cc478b4b..a8a2be3f54 100644 --- a/docs/troubleshooting/faq.md +++ b/docs/troubleshooting/faq.md @@ -14,7 +14,7 @@ Passkeys/WebAuthn has now been implemented and is now one of the available authe ## What is a Vault and when will it be available? -Vault is an ETH "burner wallet" linked to a user identity and can be created by developers using progressive authorizations. Access to these wallet is governed by advanced OAuth scopes and available over API and is perfect for onboarding non-technical users to blockchain powered applications. +Vault is an ETH "burner wallet" linked to a user identity and can be created by developers using progressive authorizations. Access to these wallets is governed by advanced OAuth scopes and available over API and is perfect for onboarding non-technical users to blockchain powered applications. You can check out progress on this feature [here](https://github.com/proofzero/rollupid/milestones). @@ -23,7 +23,7 @@ You can check out progress on this feature [here](https://github.com/proofzero/r 1. Login to [https://console.rollup.id](https://console.rollup.id) 2. Go to the "Billing and Invoicing" section on the bottom left navigation. 3. Follow the prompt to select a billing email address. -4. Email [promo@rollup.id](mailto:promo@rollup.id?subject=Claim%20my%20credits) with the email address selected in step 3. If you are claiming the additional $200 existing app credit and $200 1000 MAU credit let us know in the email by providing your app domain name and a screen shot of your total users. +4. Email [promo@rollup.id](mailto:promo@rollup.id?subject=Claim%20my%20credits) with the email address selected in step 3. If you are claiming the additional $200 existing app credit and $200 1000 MAU credit let us know in the email by providing your app domain name and a screenshot of your total users. 5. Someone will reply when credits have been applied {% hint style="info" %}