From 7dae05e0891e890eb74de193149823087503b862 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:05:28 +0300 Subject: [PATCH] typo README.md --- packages/mina-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mina-core/README.md b/packages/mina-core/README.md index 9e45f402..bcdbeb2b 100644 --- a/packages/mina-core/README.md +++ b/packages/mina-core/README.md @@ -1,6 +1,6 @@ # @palladxyz/mina-core -@palladxyz/mina-core is a TypeScript package designed for helping other libraries to interact with Mina. It provides interfaces & types for many the main data strcutures of Mina that are relevant for wallets and applications. This includes providers that retrieve account information, process transaction history, submit transactions, and fetch health checks. +@palladxyz/mina-core is a TypeScript package designed for helping other libraries to interact with Mina. It provides interfaces & types for many the main data structures of Mina that are relevant for wallets and applications. This includes providers that retrieve account information, process transaction history, submit transactions, and fetch health checks. ## Installation