From 3f50559c8860cdcd714abdb0e9171f8311bbf6da Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Mon, 9 Dec 2024 20:31:12 +0200 Subject: [PATCH] fixed typo --- 2024_12_09_dependency-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024_12_09_dependency-injection.md b/2024_12_09_dependency-injection.md index 4ca09d0..2cca2e2 100644 --- a/2024_12_09_dependency-injection.md +++ b/2024_12_09_dependency-injection.md @@ -317,7 +317,7 @@ class TestUserSubscription(using TestUserSubscription.DependenciesProviders) ... ``` -#Preventing pitfalls +# Preventing pitfalls Can this be considered a complete mini-framework? Still waiting. Let’s look at the following code: