From 25096a08bc1fe8ddb9e6681bfdd3893418623bfd Mon Sep 17 00:00:00 2001 From: Martin Charles Date: Sun, 19 Aug 2018 13:47:50 -0400 Subject: [PATCH] Fixed Typo In SongSearchResultsLoadingContainer --- src/components/SongSearchResultsLoadingContainer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SongSearchResultsLoadingContainer.tsx b/src/components/SongSearchResultsLoadingContainer.tsx index e7b989d..2060c02 100644 --- a/src/components/SongSearchResultsLoadingContainer.tsx +++ b/src/components/SongSearchResultsLoadingContainer.tsx @@ -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) => (