From 2d132ea97a8773dcb5d9f077718698996cf1b320 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 26 Sep 2013 15:13:49 +0200 Subject: [PATCH] fixing typo --- src/smartxml/smartxml.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index c9264bc..6d39fbd 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -45,7 +45,7 @@ describe.only('smartxml', function() { describe('Manipulations', function() { - it('appende element node to another element node', function() { + it('appends element node to another element node', function() { var node1 = elementNodeFromParams({tag: 'div'}), node2 = elementNodeFromParams({tag: 'a'}); node1.append(node2); -- 2.20.1