Skip to content

Commit

Permalink
fix: proper casing on search input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Oct 30, 2020
1 parent 0ce7fa7 commit 66eca33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const GlobalHeader = ({ className }) => {
) : (
<SearchInput
ref={searchRef}
placeholder="Search Docs, Developer, Opensource"
placeholder="Search Docs, Developer, Open Source"
size={SearchInput.SIZE.SMALL}
onClear={() => setSearchQuery('')}
onChange={(e) => setSearchQuery(e.target.value)}
Expand Down

0 comments on commit 66eca33

Please sign in to comment.