Skip to content

Commit

Permalink
typo-Update deploy.rs (#6783)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
shystrui1199 and sdankel authored Dec 12, 2024
1 parent 36849be commit f7e4fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc-plugins/forc-client/tests/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f7e4fb4

Please sign in to comment.