fix: Replace "syntax" with "xml" code fences

Used find/replace regex in VS Code
Find:``` syntax(\s\n*)<\?xml
Replace:```xml$1<?xml
This commit is contained in:
Nick Schonning
2019-06-22 01:49:00 -04:00
parent 84abd55c9f
commit 291ec526db
95 changed files with 137 additions and 137 deletions

View File

@ -383,7 +383,7 @@ Syntax: `<exclude>`` </exclude>`
Refer to the following sample Config.xml file for additional details about items you can choose to exclude from a migration.
``` syntax
```xml
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Applications/>