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