From 6052e3298962bf46632de61e69e30c5a802d462d Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:16:23 +0200 Subject: [PATCH 1/2] typos README.md --- packages/assets-controllers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/assets-controllers/README.md b/packages/assets-controllers/README.md index ea6618a2196..d2cf59de54d 100644 --- a/packages/assets-controllers/README.md +++ b/packages/assets-controllers/README.md @@ -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. From b73ea22763d48cf41625a882902714bb11279227 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:16:56 +0200 Subject: [PATCH 2/2] typos reviewing-release-prs.md --- docs/reviewing-release-prs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reviewing-release-prs.md b/docs/reviewing-release-prs.md index 685e75ff7b8..7c0c01251bf 100644 --- a/docs/reviewing-release-prs.md +++ b/docs/reviewing-release-prs.md @@ -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.