From fcd915f74f808e348aec1f947fa47a2e85c63f65 Mon Sep 17 00:00:00 2001 From: Bailey Lissington <54869395+llamington@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:12:11 +1200 Subject: [PATCH] Update kits.md Fix a spelling mistake --- docs/kits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kits.md b/docs/kits.md index e55cb00c6..46372cb4d 100644 --- a/docs/kits.md +++ b/docs/kits.md @@ -56,7 +56,7 @@ Update [user-local kits](#user-local-kits) by running **Scan for Kits** from the **3. Save results to the user-local kits file** -- The [user-local kit](#user-local-kits) `cmake-tooks-kits.json` file is updated with the new kit information. +- The [user-local kit](#user-local-kits) `cmake-tools-kits.json` file is updated with the new kit information. > **Warning:** > The name of each kit is generated from the kit compiler and version information. Kits with the same name will be overwritten. To prevent custom kits from being overwritten, give them unique names. CMake Tools will not delete entries from `cmake-tools-kits.json`. It only adds and updates existing ones.