Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/INTRODUCTION-CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down