We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8fdb6 commit eb6a22dCopy full SHA for eb6a22d
index.html
@@ -12,7 +12,7 @@ <h1>Rate Our Service</h1>
12
<span class="star" data="4" onclick="changeRating(4)">★</span>
13
<span class="star" data="5" onclick="changeRating(5)">★</span>
14
</div>
15
- <button type="sumbit" id="submit-button">Submit Rating</button>
+ <button type="submit" id="submit-button">Submit Rating</button>
16
<div id="rating-output"></div>
17
<script src="main.js"></script>
18
</body>
0 commit comments