Skip to content

Commit

Permalink
update placeholder value in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenDoDev committed Aug 9, 2024
1 parent babd60b commit ee0d7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
data-qa="keypress"
class="search-form__input search-form__input_big"
type="text"
placeholder="Try 'Los Angeles'"
placeholder="Try Los Angeles"
/>
</label>
</form>
Expand All @@ -40,7 +40,7 @@
data-qa="hover"
class="search-form__input search-form__input_small"
type="text"
placeholder="Try 'Los Angeles'"
placeholder="Try Los Angeles"
/>
</label>
</form>
Expand Down

1 comment on commit ee0d7c7

@YevhenRDoIT
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked in chat and I got a help. I even didn't think about this way of syntax for placeholder value. )

Please sign in to comment.