Skip to content

Commit

Permalink
docs: fix some typos (#389)
Browse files Browse the repository at this point in the history
Signed-off-by: clonefetch <c0217@outlook.com>
  • Loading branch information
clonefetch authored Dec 16, 2024
1 parent c55348f commit ab505bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ steps below:
provide as much detail as possible, including steps to reproduce the bug or
a clear description of the requested feature.
1. **Evaluation SLA:** Our team reads and evaluates all the issues and pull
requests. We are avaliable Monday to Friday and we make a best effort to
requests. We are available Monday to Friday and we make a best effort to
respond within 7 business days.
Please **do not** use the issue tracker for personal support requests or to ask
Expand Down Expand Up @@ -132,7 +132,7 @@ Join our community and stay connected with the latest updates and discussions:
- [Join our Discord community chat](https://discord.gg/ZQR6cyZC) to engage with
other users, ask questions, and participate in discussions.
- [Visit hiro.so](https://www.hiro.so/) for updates and subcribing to the
- [Visit hiro.so](https://www.hiro.so/) for updates and subscribing to the
mailing list.
- Follow [Hiro on Twitter.](https://twitter.com/hirosystems)
2 changes: 1 addition & 1 deletion src/api/routes/inscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const IndexRoutes: FastifyPluginCallback<Record<never, never>, Server, TypeBoxTy
operationId: 'getTransfersPerBlock',
summary: 'Transfers per block',
description:
'Retrieves a list of inscription transfers that ocurred at a specific Bitcoin block',
'Retrieves a list of inscription transfers that occurred at a specific Bitcoin block',
tags: ['Inscriptions'],
querystring: Type.Object({
block: BlockParam,
Expand Down
2 changes: 1 addition & 1 deletion src/api/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const InscriptionResponse = Type.Object(
examples: ['1463d48e9248159084929294f64bda04487503d30ce7ab58365df1dc6fd58218'],
}),
genesis_fee: Type.String({ examples: ['3179'] }),
genesis_timestamp: Type.Integer({ exmaples: [1677733170000] }),
genesis_timestamp: Type.Integer({ examples: [1677733170000] }),
tx_id: Type.String({
examples: ['1463d48e9248159084929294f64bda04487503d30ce7ab58365df1dc6fd58218'],
}),
Expand Down

0 comments on commit ab505bd

Please sign in to comment.