From 4f6176296b894af99bcae5026b634937bef38b40 Mon Sep 17 00:00:00 2001 From: snoppy Date: Fri, 15 Mar 2024 23:28:35 +0800 Subject: [PATCH] comment misspell --- darc-docs/docs/DARC Protocol/Condition Nodes.md | 2 +- darc-js/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/darc-docs/docs/DARC Protocol/Condition Nodes.md b/darc-docs/docs/DARC Protocol/Condition Nodes.md index 390f139..307e0ca 100644 --- a/darc-docs/docs/DARC Protocol/Condition Nodes.md +++ b/darc-docs/docs/DARC Protocol/Condition Nodes.md @@ -100,7 +100,7 @@ const conditionTree = ### Boolean Values -There are two boolean values in the DARC protocol: class `TRUE` and clss `FALSE`, or wrapper function `boolean_true()` and `boolean_false()`. They are used to represent a boolean node in the condition tree. +There are two boolean values in the DARC protocol: class `TRUE` and class `FALSE`, or wrapper function `boolean_true()` and `boolean_false()`. They are used to represent a boolean node in the condition tree. ### Condition Expression diff --git a/darc-js/README.md b/darc-js/README.md index 97eb871..586ed52 100644 --- a/darc-js/README.md +++ b/darc-js/README.md @@ -47,7 +47,7 @@ const darc_contract_address = await darcjs.deployDARC( DARC_VERSION.Test, signer ); -// acceess the deployed DARC via the DARC contract address +// access the deployed DARC via the DARC contract address const myDeployedDARC = new darcjs.DARC({ address: darc_contract_address, wallet: signer,