From e70d4342be44a105a884ec43ef34165010c74224 Mon Sep 17 00:00:00 2001 From: snoppy Date: Sat, 6 Apr 2024 08:52:35 +0800 Subject: [PATCH] chore: fix typos --- packages/account-node/CHANGELOG.md | 2 +- packages/client-ts/CHANGELOG.md | 2 +- packages/vda-web3-client/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/account-node/CHANGELOG.md b/packages/account-node/CHANGELOG.md index 2d85b56f..c8565e1f 100644 --- a/packages/account-node/CHANGELOG.md +++ b/packages/account-node/CHANGELOG.md @@ -55,7 +55,7 @@ 2022-02-27 (v1.1.8) ------------------- -- Fix: Storage config only force create if storage config not found. Previously force created all the time, which caused unexpected udpates +- Fix: Storage config only force create if storage config not found. Previously force created all the time, which caused unexpected updates 2022-01-24 (v1.1.7) ------------------- diff --git a/packages/client-ts/CHANGELOG.md b/packages/client-ts/CHANGELOG.md index 614599f4..ce04ba05 100644 --- a/packages/client-ts/CHANGELOG.md +++ b/packages/client-ts/CHANGELOG.md @@ -129,7 +129,7 @@ - Support a fallback context to search when opening a public profile (#203 #194) - Support auto-login from URL parameters to support URL redirection from the Vault (#199) - Return empty array if no results from database when calling `getMany()` (#193) -- Add mocha types to resulve unit test errors +- Add mocha types to resolve unit test errors - Fix incorrect typing of `DatabaseOpenConfig` encryptionKey 2022-04-12 (v1.1.14) diff --git a/packages/vda-web3-client/README.md b/packages/vda-web3-client/README.md index 60a336b5..6da1d441 100644 --- a/packages/vda-web3-client/README.md +++ b/packages/vda-web3-client/README.md @@ -57,7 +57,7 @@ Configurations are a bit different for both modes: ``` ## Interacting with Contract -Developers can call any contract functions using instace created above. +Developers can call any contract functions using instance created above. ``` const ret = instance.identityOwner('0x12...5f') ```