From 0f82d12b3bed1c919537c672e793fac00f201f97 Mon Sep 17 00:00:00 2001 From: meichuan Date: Sun, 14 Jun 2026 02:48:31 +0800 Subject: [PATCH] docs: fix typo in DEX analysis README Signed-off-by: meichuan --- apps/dex-analysis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dex-analysis/README.md b/apps/dex-analysis/README.md index 82fbaf4b..383d90ce 100644 --- a/apps/dex-analysis/README.md +++ b/apps/dex-analysis/README.md @@ -22,7 +22,7 @@ Currently available tools: | | `dex_create_remote_warp_diag` | Initiate a remote Warp diagnostic capture on a specific device by id. | | | `dex_list_remote_captures` | Retrieve a list of previously created remote captures along with their details and status. | | | `dex_list_remote_warp_diag_contents` | List the filenames included in a remote WARP diag capture returned by `dex_list_remote_captures`. | -| | `dex_explore_remote_warp_diag_output` | Retreive remote WARP diag file contents by filepath returned by `dex_list_remote_warp_diag_contents`. | +| | `dex_explore_remote_warp_diag_output` | Retrieve remote WARP diag file contents by filepath returned by `dex_list_remote_warp_diag_contents`. | | | `dex_analyze_warp_diag` | Analyze successful WARP-diag remote captures for common issues. | | **Fleet Status** | `dex_fleet_status_live` | View live metrics for your fleet of zero trust devices for up to the past 1 hour. | | | `dex_fleet_status_over_time` | View historical metrics for your fleet of zero trust devices over time. |