Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Nov 26, 2024
1 parent 903f277 commit 1087ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CAPABILITIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ contract checks the availability early on.

When functionality is always present in the VM (such as a new import implemented
directly in the VM, see [#1299]), we should not use capability. They just create
fragmentation in the CosmWasm ecosystem and increase the barrier for adoption.
fragmentation in the CosmWasm ecosystem and increase the barrier to adoption.
Instead the `check_wasm_imports` check is used to validate this when the
contract is stored.

Expand Down

0 comments on commit 1087ee7

Please sign in to comment.