From 4bffd183d5891dc4c722d2e0fb46b273e7d0b004 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 1 Jul 2019 12:30:30 +0300 Subject: [PATCH] minor --- 2-ui/99-ui-misc/02-selection-range/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/99-ui-misc/02-selection-range/article.md b/2-ui/99-ui-misc/02-selection-range/article.md index f3894cac..e805710e 100644 --- a/2-ui/99-ui-misc/02-selection-range/article.md +++ b/2-ui/99-ui-misc/02-selection-range/article.md @@ -70,7 +70,7 @@ let selectPDomtree = { drawHtmlTree(selectPDomtree, 'div.select-p-domtree', 690, 320); -Let's select `"Example: italic"`. That's two first children of `

` (counting text nodes as well): +Let's select `"Example: italic"`. That's two first children of `

` (counting text nodes): ![](range-example-p-0-1.png)