diff --git a/web3swift/src/SIWE/SiweVerifier.swift b/web3swift/src/SIWE/SiweVerifier.swift index 32e90fc3..551c5766 100644 --- a/web3swift/src/SIWE/SiweVerifier.swift +++ b/web3swift/src/SIWE/SiweVerifier.swift @@ -8,7 +8,7 @@ import Foundation /// An object which will verify if a given `SiweMessage` and signature match with the EVM address provided public class SiweVerifier { - /// Errors thrown when verifing a given message against a signature + /// Errors thrown when verifying a given message against a signature public enum Error: Swift.Error { /// The provided message is from a different network than the client's. case differentNetwork