[Pkg-javascript-commits] [ltx] 204/469: README: fix spelling (plurals)

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:02:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 041a223cdcef3b81aa9e8b8f59ad596a0b5e9938
Author: Astro <astro at spaceboyz.net>
Date:   Thu Dec 22 20:45:09 2011 +0100

    README: fix spelling (plurals)
    
    Fixes GH issue #7, thanks to jonassmedegaard
---
 README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.markdown b/README.markdown
index 6032fab..b4ac945 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,9 +11,9 @@
 * `getName()`: name without ns prefix
 * `getNS()`: element's xmlns, respects prefixes and searches upwards
 * `findNS(prefix?)`: search for xmlns of a prefix upwards
-* `getChild(name, xmlns?)`: find first children
+* `getChild(name, xmlns?)`: find first child
 * `getChildren(name, xmlns?)`: find all children
-* `getChildByAttr(attr, value, xmlns?)`: find first children by a specific attribute
+* `getChildByAttr(attr, value, xmlns?)`: find first child by a specific attribute
 * `getChildrenByAttr(attr, value, xmlns?)`: find all children by a specific attribute
 * `getText()`: appends all text nodes recursively
 * `getChildText(name)`: a child's text contents

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list