From e194ec2e2267182c968f0047af257666004e91cd Mon Sep 17 00:00:00 2001 From: Vse Mozhe Buty Date: Sun, 6 Dec 2020 14:13:54 +0200 Subject: [PATCH] Fix typo in 8.3 (Shadow DOM) --- 8-web-components/3-shadow-dom/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-web-components/3-shadow-dom/article.md b/8-web-components/3-shadow-dom/article.md index fafc4754..92614f77 100644 --- a/8-web-components/3-shadow-dom/article.md +++ b/8-web-components/3-shadow-dom/article.md @@ -37,7 +37,7 @@ input::-webkit-slider-runnable-track { Once again, `pseudo` is a non-standard attribute. Chronologically, browsers first started to experiment with internal DOM structures to implement controls, and then, after time, shadow DOM was standardized to allow us, developers, to do the similar thing. -Further on, we'll use the modern shadow DOM standard, covered by [DOM spec](https://dom.spec.whatwg.org/#shadow-trees) other related specifications. +Further on, we'll use the modern shadow DOM standard, covered by [DOM spec](https://dom.spec.whatwg.org/#shadow-trees) and other related specifications. ## Shadow tree