fix: typo

This commit is contained in:
Yuzu 2022-08-01 20:40:12 -05:00
parent 5464da10ae
commit e4e2c48377
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ yarn add @biscuitland/api-types
for further reading join our [Discord](https://discord.gg/zmuvzzEFz2) for further reading join our [Discord](https://discord.gg/zmuvzzEFz2)
## Most importantly, api-types is: ## Most importantly, api-types is:
1:1 type definitions package for the [Discord](https://discord.com/developers/docs/intro) API 1:1 type definitions package for the [Discord](https://discord.com/developers/docs/intro) API:
## Example ## Example
```ts ```ts

View File

@ -14,7 +14,7 @@ yarn add @biscuitland/rest
for further reading join our [Discord](https://discord.gg/zmuvzzEFz2) for further reading join our [Discord](https://discord.gg/zmuvzzEFz2)
## Most importantly, biscuit's rest is: ## Most importantly, biscuit's rest is:
An standalone rest library that is yet easy to use and easy to host on a serverless infraestructure, it is meant to be used with biscuit's libraries A standalone rest library that is yet easy to use and easy to host on a serverless infrastructure, it is meant to be used with biscuit's libraries.
## Example ## Example
```ts ```ts