diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index 0724b7a..a2c611d 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -363,6 +363,6 @@ This is useful when the main process is a console, which can respond to Ctrl+C c true ``` -## XML Schema Validation +## XML schema validation -We are using embedded [XSD](../src/Core/WinSWCore/XMLSchema.xsd) file to validate XML configurations file schema. You can find sample XSD schema file [here.](../examples/windowsservice.xsd). User can follow this schema file when creating the XML configuration file. +We are using embedded [XSD](../src/Core/WinSWCore/XMLSchema.xsd) file to validate XML configurations file schema. You can find sample XSD schema file [here.](../examples/windowsservice.xsd). You can follow this schema file when creating the XML configuration file.