From 8cd5e02634272168d31be405099cd75bc4459233 Mon Sep 17 00:00:00 2001 From: snosrap Date: Sun, 31 Jul 2016 14:09:16 -0700 Subject: [PATCH] Fixed `STA_DISCONNECT` typo (#1430) --- docs/en/modules/wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/wifi.md b/docs/en/modules/wifi.md index cb705d54..39310d3a 100644 --- a/docs/en/modules/wifi.md +++ b/docs/en/modules/wifi.md @@ -1036,7 +1036,7 @@ T: Table returned by event. - `SSID`: SSID of access point. - `BSSID`: BSSID of access point. - `channel`: The channel the access point is on. -- `wifi.eventmon.STA_DISCONNECT`: Station was disconnected from access point. +- `wifi.eventmon.STA_DISCONNECTED`: Station was disconnected from access point. - `SSID`: SSID of access point. - `BSSID`: BSSID of access point. - `REASON`: See [wifi.eventmon.reason](#wifieventmonreason) below.