Skip to content

Commit

Permalink
Merge pull request #52 from saifalfalah/patch-1
Browse files Browse the repository at this point in the history
Update _storeForm.pug
  • Loading branch information
wesbos committed Nov 9, 2018
2 parents 869e450 + 6e6c303 commit 68c5302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepped-solutions/11/views/mixins/_storeForm.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mixin storeForm(store = {})
input(type="text" name="name" id="name")
label(for="description") Description
textarea(name="description" id="description")
- const choices = ['Wifi', 'Open Late', 'Family Friendly', 'Vegatarian', 'Licensed']
- const choices = ['Wifi', 'Open Late', 'Family Friendly', 'Vegetarian', 'Licensed']
ul.tags
each choice in choices
.tag.tag__choice
Expand Down

0 comments on commit 68c5302

Please sign in to comment.