From 4f07e6f16d9161c1092ee73e02014e66e37c0b97 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 29 Mar 2021 01:40:05 -0700 Subject: [PATCH] Fixed another prettier linting error --- docs/api/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/node.md b/docs/api/node.md index 0cf85df9e..7ffcb91ef 100644 --- a/docs/api/node.md +++ b/docs/api/node.md @@ -102,4 +102,4 @@ Get the concatenated text string of a node's content. Note that this will not in Return a generator of all leaf text nodes in a root node. -Options: `{from?: Path, to?: Path, reverse?: boolean, pass?: (node: NodeEntry => boolean)}` \ No newline at end of file +Options: `{from?: Path, to?: Path, reverse?: boolean, pass?: (node: NodeEntry => boolean)}`