Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Fixed Typo In SongSearchResultsLoadingContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaff committed Aug 19, 2018
1 parent 5696baa commit 25096a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SongSearchResultsLoadingContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ interface Props {
children: (songs: Song[]) => React.ReactNode;
}

// he header for song search results. Handles the cases when `songs` is
// undefined or an empty array. Calls the `children` function when `songs` is
// not undefined.
// Header for song search results. Handles the cases when `songs` is undefined
// or an empty array. Calls the `children` function when `songs` is not
// undefined.
export const SongSearchResultsLoadingContainer = (props: Props) => (
<SearchResultTypeContainer>
<SearchResultTypeHeader>
Expand Down

0 comments on commit 25096a0

Please sign in to comment.