Skip to content

Commit fc63d07

Browse files
authored
Update apidocs.fsx
fixed typo.
1 parent 0ffc7e9 commit fc63d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/apidocs.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ ApiDocs.GenerateHtml(
412412
)
413413

414414
(**
415-
or use `libDirs` to pass to include all assemblies from an entire folder.
415+
or use `libDirs` to include all assemblies from an entire folder.
416416
Tip: A combination of `<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>` in the fsproj file and setting `libDirs` to the compilation output path leads to only one folder with all dependencies referenced.
417417
This might be easier especially for large projects with many dependencies.
418418
*)
@@ -438,4 +438,4 @@ For example:
438438
[lang=text]
439439
dotnet fsdocs build --output public/docs --parameters root ../
440440
441-
*)
441+
*)

0 commit comments

Comments
 (0)