From f1fc9dbd09ef7137e4f6a2b7d2a7491f39c00668 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sat, 15 Nov 2025 18:43:18 +0100 Subject: [PATCH] Fix typo --- docs/apidocs.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apidocs.fsx b/docs/apidocs.fsx index 5404e866..e2fc1636 100644 --- a/docs/apidocs.fsx +++ b/docs/apidocs.fsx @@ -43,7 +43,7 @@ the former the output will be placed in `output\reference` by default. `fsdocs` automatically selects the projects and "cracks" the project files for information * Projects with `GenerateDocumentationFile` and without `IsTestProject` are selected. -* If Projects use `TargetFrameworks` (not `TargetFramework`, singular) only the firts target framework will be used to build the docs. +* If Projects use `TargetFrameworks` (not `TargetFramework`, singular) only the first target framework will be used to build the docs. ```text