about summary refs log tree commit diff
path: root/doc/languages-frameworks/dotnet.section.md
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-28 18:53:53 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2023-09-28 19:06:13 +0200
commit470614b671f4a55fe0a509f4208dba2bb40c5a17 (patch)
treede8801bdfaece0c3e6705598730105226edea1a6 /doc/languages-frameworks/dotnet.section.md
parentd37aa6f414c01bfebb7c3ed6719e4051898ab817 (diff)
downloadnixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.gz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.bz2
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.lz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.xz
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.tar.zst
nixlib-470614b671f4a55fe0a509f4208dba2bb40c5a17.zip
treewide: Fix typos
Diffstat (limited to 'doc/languages-frameworks/dotnet.section.md')
-rw-r--r--doc/languages-frameworks/dotnet.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/dotnet.section.md b/doc/languages-frameworks/dotnet.section.md
index 39e741618269..9ba0fef2a27b 100644
--- a/doc/languages-frameworks/dotnet.section.md
+++ b/doc/languages-frameworks/dotnet.section.md
@@ -161,7 +161,7 @@ in buildDotnetModule rec {
 They can be installed either as a global tool for the entire system, or as a local tool specific to project.
 
 The local installation is the easiest and works on NixOS in the same way as on other Linux distributions.
-[See dotnet documention](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-local-tool) to learn more.
+[See dotnet documentation](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-local-tool) to learn more.
 
 [The global installation method](https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-global-tool)
 should also work most of the time. You have to remember to update the `PATH`