Skip to content

Commit 45ef139

Browse files
fix the typo in temperature converter project
1 parent 8017149 commit 45ef139

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

projects/temperature-convertor/index.html renamed to projects/temperature-converter/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Temperature Convertor</title>
7+
<title>Temperature Converter</title>
88
<link rel="stylesheet" href="style.css" />
99
</head>
1010
<body>
1111
<div class="container">
12-
<h1 class="heading">Temperature Convertor</h1>
12+
<h1 class="heading">Temperature Converter</h1>
1313
<div class="temp-container">
1414
<label for="celsius">Celsius:</label>
1515
<input

0 commit comments

Comments
 (0)