From e679c93d4a4853a2d023de97fab3f89e4fd03a00 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 16 Oct 2018 20:13:21 +0100 Subject: [PATCH] Tiny typo correction --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 0bf676a..1b78d68 100644 --- a/src/README.md +++ b/src/README.md @@ -72,7 +72,7 @@ _The file's (module's) content is imported automatically"_ The second step is to determine what events your Hunter will subscribe to, and from where you can get them. `Convention:` Events should be declared in their corresponding module. for example, a KubeDashboardEvent event is declared in the dashboard discovery module. - `Notice:` An hunter located under the `disovery` folder should not import any modules located under the `hunting` folder + `Note:` An hunter located under the `discovery` folder should not import any modules located under the `hunting` folder in order to prevent circular dependency bug. Following the above example, let's figure out the imports: