Skip to content

Commit 9de30a2

Browse files
committed
Prompting user for planet input starting with a capital letter
1 parent 3c3d763 commit 9de30a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Season-2/Level-3/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<body>
5454
<h1>Planet Information</h1>
5555
<form action="/" method="POST">
56-
<label for="planet">Enter a planet name:</label>
56+
<label for="planet">Enter a planet name: (e.g. Mars)</label>
5757
<input type="text" id="planet" name="planet">
5858
<br><br>
5959
<input type="submit" value="Submit">

0 commit comments

Comments
 (0)