Skip to content

Commit 37f24cd

Browse files
committed
Fixed typos
1 parent 7e8b3e2 commit 37f24cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Accordions/_Start/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<html lang="en">
44
<head>
55
<meta charset="utf-8">
6-
<title>Accordians | Basic</title>
7-
<meta name="description" content="Basic dependency-free accordian menu">
6+
<title>Accordions</title>
7+
<meta name="description" content="Basic dependency-free accordion menu">
88
<meta name="author" content="DevMarketer">
99

1010
<link rel="stylesheet" href="styles.css">
@@ -13,7 +13,7 @@
1313
<body>
1414
<!-- content starts here -->
1515
<div class="container">
16-
<h1>Basic Accordians</h1>
16+
<h1>Basic Accordion</h1>
1717
</div>
1818
<!-- contend ends here -->
1919
<script src="scripts.js"></script>

0 commit comments

Comments
 (0)