Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranErry authored Apr 15, 2019
1 parent a6921f1 commit 3115765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/sellForm.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="form-group row">
<label for="title" class="col-sm-2 col-form-label">Title <span id="asterisk">*</span></label>
<div class="col-sm-10">
<input required type="textf" id="title" name="title">
<input required type="text" id="title" name="title">
</div>
</div>

Expand Down

0 comments on commit 3115765

Please sign in to comment.