diff --git a/Modules.md b/Modules.md index 23795984d..6efc83f0b 100644 --- a/Modules.md +++ b/Modules.md @@ -36,7 +36,7 @@ public static IWeb3ServiceCollection UseJsonRpcProvider(this IWeb3ServiceCollect serviceCollection.AssertServiceNotBound(); // register Service with IEvmProvider as a Contract Type - // and JsonRpcProvider as Implmentation Type + // and JsonRpcProvider as Implementation Type serviceCollection.AddSingleton(); return serviceCollection; } diff --git a/Packages/io.chainsafe.web3-unity.web3auth/Runtime/Plugins/Web3AuthSDK/Types/SecurePlayerPrefs.cs b/Packages/io.chainsafe.web3-unity.web3auth/Runtime/Plugins/Web3AuthSDK/Types/SecurePlayerPrefs.cs index f69facb64..baca9729f 100644 --- a/Packages/io.chainsafe.web3-unity.web3auth/Runtime/Plugins/Web3AuthSDK/Types/SecurePlayerPrefs.cs +++ b/Packages/io.chainsafe.web3-unity.web3auth/Runtime/Plugins/Web3AuthSDK/Types/SecurePlayerPrefs.cs @@ -40,7 +40,7 @@ public class SecurePlayerPrefs /** - * Initializes the encryptor. If its the frist time, it will generate + * Initializes the encryptor. If its the first time, it will generate * a random 3 digit number and puts it between private key and its appendix. * If this was initialized on this device before, it will load it and create * the private key.