Skip to content

Commit 1b90b29

Browse files
docs(INDEX): fix typo in lib/loops
1 parent 4078c90 commit 1b90b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INDEX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dd><p>Replace Expressions</p>
4545
</dd>
4646
<dt><a href="#getNextTag">getNextTag(nodes, i)</a> ⇒ <code>Array</code></dt>
47-
<dd><p>Get the nect tag from a node list</p>
47+
<dd><p>Get the next tag from a node list</p>
4848
</dd>
4949
</dl>
5050

@@ -199,10 +199,10 @@ Replace Expressions
199199
<a name="getNextTag"></a>
200200

201201
## getNextTag(nodes, i) ⇒ <code>Array</code>
202-
Get the nect tag from a node list
202+
Get the next tag from a node list
203203

204204
**Kind**: global function
205-
**Returns**: <code>Array</code> - [] Array containing the next tag in nodes
205+
**Returns**: <code>Array</code> - [] Array containing the next tag
206206

207207
| Param | Type | Description |
208208
| --- | --- | --- |

0 commit comments

Comments
 (0)