From: Aleksander Ɓukasz Date: Thu, 26 Sep 2013 13:13:49 +0000 (+0200) Subject: fixing typo X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/2d132ea97a8773dcb5d9f077718698996cf1b320 fixing typo --- 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);