We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4078c90 commit 1b90b29Copy full SHA for 1b90b29
INDEX.md
@@ -44,7 +44,7 @@
44
<dd><p>Replace Expressions</p>
45
</dd>
46
<dt><a href="#getNextTag">getNextTag(nodes, i)</a> ⇒ <code>Array</code></dt>
47
-<dd><p>Get the nect tag from a node list</p>
+<dd><p>Get the next tag from a node list</p>
48
49
</dl>
50
@@ -199,10 +199,10 @@ Replace Expressions
199
<a name="getNextTag"></a>
200
201
## getNextTag(nodes, i) ⇒ <code>Array</code>
202
-Get the nect tag from a node list
+Get the next tag from a node list
203
204
**Kind**: global function
205
-**Returns**: <code>Array</code> - [] Array containing the next tag in nodes
+**Returns**: <code>Array</code> - [] Array containing the next tag
206
207
| Param | Type | Description |
208
| --- | --- | --- |
0 commit comments