Skip to content

Commit 5c80779

Browse files
authored
Merge pull request mdn#62 from Javad-93/patch-3
Thank you! Update inheritance-simple.html
2 parents d75ce22 + f8b3f4f commit 5c80779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn/cascade/inheritance-simple.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<body>
2424
<section class="preview">
2525
<p>As the body has been set to have a color of blue this is inherited through the descendants.</p>
26-
<p>We can change the color by targetting the element with a selector, such as this <span>span</span>.</p>
26+
<p>We can change the color by targeting the element with a selector, such as this <span>span</span>.</p>
2727
</section>
2828

2929
<textarea class="playable playable-css" style="height: 140px;">
@@ -38,7 +38,7 @@
3838

3939
<textarea class="playable playable-html" style="height: 100px;">
4040
<p>As the body has been set to have a color of blue this is inherited through the descendants.</p>
41-
<p>We can change the color by targetting the element with a selector, such as this <span>span</span>.</p>
41+
<p>We can change the color by targeting the element with a selector, such as this <span>span</span>.</p>
4242
</textarea>
4343

4444
<div class="playable-buttons">
@@ -47,4 +47,4 @@
4747
</body>
4848
<script src="../playable.js"></script>
4949

50-
</html>
50+
</html>

0 commit comments

Comments
 (0)