Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #5072

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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 docs/reviewing-release-prs.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ If there are any packages being bumped whose new versions do not align to this s

## 5. Review wording of existing changelog entries

Next, look over the changelogs of the packages which will be released to ensure that they are well formed and that they list all changes that will be released.
Next, look over the changelogs of the packages which will be released to ensure that they are well-formed and that they list all changes that will be released.

The [Keep a Changelog](https://keepachangelog.com/) specification defines a standard format for changelogs, and all MetaMask repositories, including the core monorepo, follow this format.

Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ or

This package features the following controllers:

- [**AccountTrackerController**](src/AccountTrackerController.ts) keeps a updated list of the accounts in the currently selected keychain which is updated automatically on a schedule or on demand.
- [**AccountTrackerController**](src/AccountTrackerController.ts) keeps an updated list of the accounts in the currently selected keychain which is updated automatically on a schedule or on demand.
- [**AssetsContractController**](src/AssetsContractController.ts) provides a set of convenience methods that use contracts to retrieve information about tokens, read token balances, and transfer tokens.
- [**CollectibleDetectionController**](src/CollectibleDetectionController.ts) keeps a periodically updated list of ERC-721 tokens assigned to the currently selected address.
- [**CollectiblesController**](src/CollectiblesController.ts) tracks ERC-721 and ERC-1155 tokens assigned to the currently selected address, using OpenSea to retrieve token information.
Expand Down