From fc4078216d754689c46aea378b18c37c889b01b4 Mon Sep 17 00:00:00 2001 From: MaxweLL22-22 Date: Thu, 20 Feb 2025 21:19:04 +0100 Subject: [PATCH 1/2] Fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3da09afc..289520e742 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ git update-index --no-assume-unchanged modules/AlphaWalletFoundation/AlphaWallet You can submit feedback and report bugs as Github issues. Please be sure to include your operating system, device, version number, and steps to reproduce reported bugs. -All contibutions welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) +All contributions welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) ### Request or submit a feature :postbox: From 9a93465bf8d1b795a6d1a0200bdbe3f8a4f102aa Mon Sep 17 00:00:00 2001 From: MaxweLL22-22 Date: Thu, 20 Feb 2025 21:19:06 +0100 Subject: [PATCH 2/2] Fix typos in docs/INTRODUCTION-CODE.md --- docs/INTRODUCTION-CODE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INTRODUCTION-CODE.md b/docs/INTRODUCTION-CODE.md index b21cb08ad1..0f038a986f 100644 --- a/docs/INTRODUCTION-CODE.md +++ b/docs/INTRODUCTION-CODE.md @@ -51,7 +51,7 @@ An easy way to figure out which part of the code makes a change is to look for t Tip: Navigating the code base --- -Look for implementors and callers of protocols is a very important part of working with the code base. As of writing, AppCode provides better code navigation functionality than Xcode. +Look for implementers and callers of protocols is a very important part of working with the code base. As of writing, AppCode provides better code navigation functionality than Xcode. Tip: Add support for a new chain ---