Skip to content

Commit

Permalink
Merge pull request #51 from nnsW3/docs-fix-spelling-issues
Browse files Browse the repository at this point in the history
Docs fix spelling issues
  • Loading branch information
jlin27 authored Feb 4, 2025
2 parents fcc8dad + 708cc49 commit 79be3ae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A collection of 0x API code examples
## v1 (Deprecated)

> [!WARNING]
> We will sunset 0x API v1 on April 11, 2025. Please migrate to v2 before this date to avoid service distruptions. For details, see the [migration guide](https://0x.org/docs/upgrading).
> We will sunset 0x API v1 on April 11, 2025. Please migrate to v2 before this date to avoid service disruptions. For details, see the [migration guide](https://0x.org/docs/upgrading).
### Swap API

Expand Down Expand Up @@ -74,4 +74,4 @@ Unless required by applicable law or agreed to in writing, software distributed
For bugs, feature requests, and other inquiries related to this example, please open an issue on the GitHub repository.

### Developer Support
The 0x developer support team is available to quickly answer your technical questions. Contact the [support team](https://0x.org/docs/introduction/community#contact-support) either through the "Intercom messenger" in the bottom right corner throughout the [0x.org](https://0x.org/).
The 0x developer support team is available to quickly answer your technical questions. Contact the [support team](https://0x.org/docs/introduction/community#contact-support) either through the "Intercom messenger" in the bottom right corner throughout the [0x.org](https://0x.org/).
2 changes: 1 addition & 1 deletion gasless-next-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gasless API is supported on the following chains via https://api.0x.org/. Select
| Base | 84531 |
| Optimism | 10 |

Read more accessing the [API endpoints](https://0x.org/docs/tx-relay-api/api-references/overview).
Read more by accessing the [API endpoints](https://0x.org/docs/tx-relay-api/api-references/overview).

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion gasless-v2-headless-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Demonstrates the following on Base mainnet:

## Usage

1. Create an `.env` file and setup the required environment variables (your Ethereum private keys & 0x API key).
1. Create a `.env` file and setup the required environment variables (your Ethereum private keys & 0x API key).

```sh
cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion swap-v2-allowance-holder-headless-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Still have questions? [Reachout to our team](https://0x.org/docs/introduction/co

## Usage

1. Create an `.env` file and setup the required environment variables (your Ethereum private keys & 0x API key).
1. Create a `.env` file and setup the required environment variables (your Ethereum private keys & 0x API key).

```sh
cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion swap-v2-headless-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Still have questions? [Reach out to our team](https://0x.org/docs/introduction/c

## Usage

1. Create an `.env` file and setup the required environment variables (your Ethereum private keys & 0x API key).
1. Create a `.env` file and setup the required environment variables (your Ethereum private keys & 0x API key).

```sh
cp .env.example .env
Expand Down
2 changes: 1 addition & 1 deletion swap-v2-next-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Still have questions? [Reach out to our team](https://0x.org/docs/introduction/c

## Getting Started

1. Create an `.env` file and setup the required environment variables
1. Create a `.env` file and setup the required environment variables

```
cp .env.example .env
Expand Down

0 comments on commit 79be3ae

Please sign in to comment.