From 9012bddabe17cb57a8c9b07262995d5a44a608e7 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Tue, 22 Mar 2022 10:50:29 +0300 Subject: [PATCH] Fix typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 06ff727..42359f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,7 @@ Poodinis Changelog **Version 8.1.0** * ADD ability to provide custom instance creator when registering a dependency (PR #28) -* ADD post-instance-consruction callback (PR #28) +* ADD post-instance-construction callback (PR #28) * FIX inheritance type template in custom instance creator (PR #29) * CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy(). * ADD initializedOnceBy() to create singleton instances via injection initializer.