From e024bca1f30457bdc8003231957f197583149a1e Mon Sep 17 00:00:00 2001 From: Tim Bailey-Jones Date: Mon, 29 Aug 2016 14:52:48 -0400 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d95a4..9989dc6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ XML tag autocompletion for Atom text editor! ![Demo](https://raw.githubusercontent.com/pleonex/atom-autocomplete-xml/master/demo.gif) -**NOTE:** The autocompletation feature is only available when: +**NOTE:** The autocompletion feature is only available when: * The XSD file follows the W3C standard. That is, the XSD root element must contain the attribute: `xmlns:xs="http://www.w3.org/2001/XMLSchema"`. * The XML file to autocomplete ask for validation. That is, the root element must contain the attribute: `xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"`.