From 9fd3542890dfdf49b214624e9bec92c35b05c807 Mon Sep 17 00:00:00 2001 From: hf-kklein Date: Fri, 5 Apr 2019 16:47:24 +0200 Subject: [PATCH] fixes #11808 (tick checkbox to generate XML file) (#11830) * fixes #11808 (tick checkbox to generate XML file) * Update * Update aspnetcore/tutorials/getting-started-with-swashbuckle.md Co-Authored-By: hf-kklein --- aspnetcore/tutorials/getting-started-with-swashbuckle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle.md b/aspnetcore/tutorials/getting-started-with-swashbuckle.md index d3183fa427..eb0f646e8d 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle.md @@ -232,7 +232,7 @@ namespace TodoApi } ``` -Configure Swagger to use the generated XML file. For Linux or non-Windows operating systems, file names and paths can be case-sensitive. For example, a *TodoApi.XML* file is valid on Windows but not CentOS. +Configure Swagger to use the XML file that's generated with the preceding instructions. For Linux or non-Windows operating systems, file names and paths can be case-sensitive. For example, a *TodoApi.XML* file is valid on Windows but not CentOS. ::: moniker range=">= aspnetcore-2.1"