diff --git a/Sources/ContractABI/Contract/Eth+Contract.swift b/Sources/ContractABI/Contract/Eth+Contract.swift index 42ea485a..2e4d13e8 100644 --- a/Sources/ContractABI/Contract/Eth+Contract.swift +++ b/Sources/ContractABI/Contract/Eth+Contract.swift @@ -61,7 +61,7 @@ public extension Web3.Eth { } - /// Initialize an instance of a staticly typed EthereumContract + /// Initialize an instance of a statically typed EthereumContract /// /// - Parameters: /// - type: The contract type to initialize. Must conform to `StaticContract`