From f7e4fb42efeaba9711baa4f0b9b264e3c568718a Mon Sep 17 00:00:00 2001 From: Alexandr Date: Thu, 12 Dec 2024 05:33:16 +0100 Subject: [PATCH] typo-Update deploy.rs (#6783) Description: Fixed errors and inaccuracies in the project's textual materials. Type of Change: Fixing errors (typos, grammatical mistakes, etc.) Testing: Changes have been reviewed to ensure no new errors were introduced. Impact: Improved readability of texts and documentation. Additional Notes: Regular text audits are recommended to maintain a high standard of quality. Co-authored-by: Sophie Dankel <47993817+sdankel@users.noreply.github.com> --- forc-plugins/forc-client/tests/deploy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forc-plugins/forc-client/tests/deploy.rs b/forc-plugins/forc-client/tests/deploy.rs index aeb1e45bf52..7f881bb15d9 100644 --- a/forc-plugins/forc-client/tests/deploy.rs +++ b/forc-plugins/forc-client/tests/deploy.rs @@ -1303,7 +1303,7 @@ async fn offset_shifted_abi_works() { let loader_with_configs_from_sdk = call_with_sdk_generated_overrides(&node_url, contract_id).await; - // Genearating the forc-deploy loader bytecode and loader abi. + // Generating the forc-deploy loader bytecode and loader abi. let loader_with_configs_from_forc = call_with_forc_generated_overrides(&node_url, contract_id).await; pretty_assertions::assert_eq!(loader_with_configs_from_forc, loader_with_configs_from_sdk);