From 33f1e600b83c8478ba8a33a9a2ab3d8dec900f51 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 9 Aug 2024 17:54:44 +0900 Subject: [PATCH] docs: update Modules.md Usefull -> Useful --- Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.md b/Modules.md index 6efc83f0b..c7f23debe 100644 --- a/Modules.md +++ b/Modules.md @@ -174,7 +174,7 @@ var signer = SignerMigration.NewJsonRpcSigner(provider); ``` _Migration might not be the best word for describing this process. Ping me (@oleksandrchainsafe) if you have better ideas._ -# Usefull links +# Useful links * [Dependency Injection Framework](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection) * [Design Patterns by Gang of Four](https://ru.wikipedia.org/wiki/Design_Patterns)