diff --git a/README.md b/README.md index e6ab51e1..5495c554 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/src/api/routes/inscriptions.ts b/src/api/routes/inscriptions.ts index d3075891..58a304ad 100644 --- a/src/api/routes/inscriptions.ts +++ b/src/api/routes/inscriptions.ts @@ -150,7 +150,7 @@ const IndexRoutes: FastifyPluginCallback, 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, diff --git a/src/api/schemas.ts b/src/api/schemas.ts index c16527d3..3fb701ec 100644 --- a/src/api/schemas.ts +++ b/src/api/schemas.ts @@ -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'], }),