Skip to content

Commit 9c4f542

Browse files
authored
Merge pull request TheOdinProject#207 from sai-nayunipati/add_missing_punctuation
04-flex-information: Add missing question mark to html files
2 parents 4c2d4a0 + 0713c6f commit 9c4f542

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
47.2 KB
Loading

flex/04-flex-information/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="text">This is a type of plant. We love this one.</div>
1515

1616
<img src="./images/chilli.png" alt="chili">
17-
<div class="text">This is another type of plant. Isn't it nice</div>
17+
<div class="text">This is another type of plant. Isn't it nice?</div>
1818

1919
<img src="./images/pepper.png" alt="pepper">
2020
<div class="text">We have so many plants. Yay plants.</div>

flex/04-flex-information/solution/solution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
<div class="info">
1919
<img src="./images/chilli.png" alt="chili">
20-
<div class="text">This is another type of plant. Isn't it nice</div>
20+
<div class="text">This is another type of plant. Isn't it nice?</div>
2121
</div>
2222
<div class="info">
2323
<img src="./images/pepper.png" alt="pepper">

0 commit comments

Comments
 (0)