From ce089d5f928a1b279f9a99d1d5ae7941785a09e9 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Fri, 16 Aug 2024 12:31:40 -0600 Subject: [PATCH] missed a word --- docs/wiki/framework/events-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/framework/events-framework.md b/docs/wiki/framework/events-framework.md index fe5c865ac22..4aad8f16741 100644 --- a/docs/wiki/framework/events-framework.md +++ b/docs/wiki/framework/events-framework.md @@ -177,7 +177,7 @@ MenuType: 0 = Interaction, 1 = Self Interaction | `ace_huntir_monitorSearching` | [_unit] | Local | Listen | Called when the monitor is searching | `ace_huntir_monitorConnecting` | [_unit] | Local | Listen | Called when the monitor is connecting | `ace_huntir_monitorConnected` | [_unit, _huntir] | Local | Listen | Called when the monitor is connected -| `ace_huntir_monitorNoGDS` | [_unit] | Local | Listen | Called when the found no GDS +| `ace_huntir_monitorNoGDS` | [_unit] | Local | Listen | Called when the monitor found no GDS ## 3. Usage Also Reference [CBA Events System](https://github.com/CBATeam/CBA_A3/wiki/Custom-Events-System){:target="_blank"} documentation.