Skip to content

Commit 433ef6d

Browse files
authored
Merge pull request #2355 from vsemozhetbyt/patch-1
Fix typo in 8.3 (Shadow DOM)
2 parents bb5c89a + e194ec2 commit 433ef6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8-web-components/3-shadow-dom/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ input::-webkit-slider-runnable-track {
3737

3838
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.
3939

40-
Further on, we'll use the modern shadow DOM standard, covered by [DOM spec](https://dom.spec.whatwg.org/#shadow-trees) other related specifications.
40+
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.
4141

4242
## Shadow tree
4343

0 commit comments

Comments
 (0)