Update OperationConfig.js

This commit is contained in:
G047 2016-12-06 16:44:14 +00:00 committed by GitHub
parent 5576630727
commit b06692e122

View file

@ -2340,7 +2340,7 @@ var OperationConfig = {
args: [] args: []
}, },
"XML Beautify": { "XML Beautify": {
description: "Indents and prettifies extensible Markup Language (XML) code.", description: "Indents and prettifies eXtensible Markup Language (XML) code.",
run: Code.run_xml_beautify, run: Code.run_xml_beautify,
input_type: "string", input_type: "string",
output_type: "string", output_type: "string",
@ -2790,4 +2790,4 @@ var OperationConfig = {
output_type: "string", output_type: "string",
args: [] args: []
} }
}; };