From 33e584713f78187036cea12c2ba467fda112b7de Mon Sep 17 00:00:00 2001 From: Eric Law <39393654+acn-ericlaw@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:08:30 -0800 Subject: [PATCH] update chapter 6 --- guides/CHAPTER-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/CHAPTER-6.md b/guides/CHAPTER-6.md index 5f7e41a..dc040cb 100644 --- a/guides/CHAPTER-6.md +++ b/guides/CHAPTER-6.md @@ -27,7 +27,7 @@ main(); ``` In this example, the `ComposableLoader` will initialize the configuration management system, -search and register4 available user functions into the event system. The default location +search and register available user functions into the event system. The default location of the system files is the "src/resources" folder. | File / bundle | Purpose |