Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Jan 31, 2024
1 parent 6171c97 commit f7d0903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/upgradeable-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can read more about storage compatibility on [use.ink](https://use.ink/basic

When upgrading a contract, the new code may have a different storage layout. This example illustrates a method to
migrate the storage from the old layout to the new layout. It does so by using an intermediate `migration` contract
which performs the storage upgrade. Thw workflow is as follows:
which performs the storage upgrade. The workflow is as follows:


1. Upload a `migration` contract with a message `migrate` which performs the storage migration.
Expand Down

0 comments on commit f7d0903

Please sign in to comment.