summaryrefslogtreecommitdiffhomepage
path: root/xml.html.markdown
diff options
context:
space:
mode:
authorDreftymac <dreftymac@gmail.com>2015-03-11 17:38:42 -0700
committerDreftymac <dreftymac@gmail.com>2015-03-11 17:38:42 -0700
commit274ecf07e1187eb83af0cc243b7625451c02d5d8 (patch)
tree3ea53c9346e7a2c40050d1d0d5490885d7c71558 /xml.html.markdown
parent104ffc36086cde565707c3df7d2ae335c3be55b8 (diff)
Update xml.html.markdown
Diffstat (limited to 'xml.html.markdown')
-rw-r--r--xml.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml.html.markdown b/xml.html.markdown
index 94fc93f4..fce1a3a4 100644
--- a/xml.html.markdown
+++ b/xml.html.markdown
@@ -7,7 +7,7 @@ contributors:
XML is a markup language designed to store and transport data.
-Unlike HTML, XML does not specifies how to display or to format data, just carry it.
+Unlike HTML, XML does not specify how to display or to format data, just carry it.
* XML Syntax
@@ -123,4 +123,4 @@ With this tool, you can check the XML data outside the application logic.
<price>30.00</price>
</book>
</bookstore>
-``` \ No newline at end of file
+```