fixed a little grammatical error

This commit was merged in pull request #42.
This commit is contained in:
Ebube
2023-09-14 12:43:16 +01:00
parent 87e0ed3a47
commit 1fb8ae7c8b
+1 -1
View File
@@ -5,7 +5,7 @@ import "../assets/css/skeleton-loader.css"
* This component is typically used as a placeholder for an image while it is being loaded.
* The CSS class "image-skeleton-loader or blog-text-skeleton-loader" can be used to style the placeholder element.
*
* @returns {React.Element} The rendered `<div>` element with the class name "image-skeleton-loader or blog-text-skeleton-loader".
* @returns {React.Element} The rendered `<div>` element with the class name "image-skeleton-loader and blog-text-skeleton-loader".
*/
export const ImageLoader = () => <div className="image-skeleton-loader" />;