From 6adb163a35ba6f6d3684c353ab5f060b9b8b95a8 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Wed, 24 Jan 2024 01:11:04 -0800 Subject: [PATCH] Fix tyop in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 79757de6..542e6ee3 100644 --- a/readme.md +++ b/readme.md @@ -331,7 +331,7 @@ if (linkFormat == LinkFormat.GitLab) ### UrlPrefix -UrlPrefix allows a string to be defined that will prefix all snippet links. This is helpful when the markdown file are being hosted on a site that is no co-located with the source code files. It can be defined in the [config file](/docs/config-file.md), the [MsBuild task](/docs/msbuild.md), and the dotnet tool. +UrlPrefix allows a string to be defined that will prefix all snippet links. This is helpful when the markdown file are being hosted on a site that is not co-located with the source code files. It can be defined in the [config file](/docs/config-file.md), the [MsBuild task](/docs/msbuild.md), and the dotnet tool. #### Command line