Typo in comment (#2242)

This commit is contained in:
Denis Voitenko
2022-04-18 09:56:32 +03:00
committed by GitHub
parent daba58cdd4
commit 42c65bc879

View File

@@ -14,7 +14,7 @@ namespace InteractionFramework.Modules
private InteractionHandler _handler;
// Constructor injection is also a valid way to access the dependecies
// Constructor injection is also a valid way to access the dependencies
public ExampleModule(InteractionHandler handler)
{
_handler = handler;