diff --git a/docs/adr/000-adr-template.md b/docs/adr/000-adr-template.md index 013b62b7..ad0ab4c5 100644 --- a/docs/adr/000-adr-template.md +++ b/docs/adr/000-adr-template.md @@ -8,7 +8,7 @@ ## Context and Problem Statement Describe the context and problem statement, e.g., in free form using two to three sentences or in the form of an illustrative story. -You may want to articulate the problem in form of a question and add links to collaboration boards or issue management systems.} +You may want to articulate the problem in form of a question and add links to collaboration boards or issue management systems. ## Considered Options diff --git a/docs/adr/002-ways-of-working.md b/docs/adr/002-ways-of-working.md index e8b71d6c..c185fcb6 100644 --- a/docs/adr/002-ways-of-working.md +++ b/docs/adr/002-ways-of-working.md @@ -17,7 +17,7 @@ We agree to use these ways of working. #### Merge commits -The merging process in all modern software projects can turn into a never-ending debate over whether to use merge commits, sqush, or rebase strategies. Our approach is to use the strategy that requires the least care before merging into main, which is the merge commit. Yes, the git blame and logs can get messy, but from our point of view it generates the least friction and potential rebasing problems. +The merging process in all modern software projects can turn into a never-ending debate over whether to use merge commits, squash, or rebase strategies. Our approach is to use the strategy that requires the least care before merging into main, which is the merge commit. Yes, the git blame and logs can get messy, but from our point of view it generates the least friction and potential rebasing problems. #### Code delivery stages 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