From fac4dd5e739f17a48f90b909a03e6b96008db7e2 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Wed, 24 Jan 2024 01:33:43 -0800 Subject: [PATCH] Fix tyop in README (#690) --- 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