also a small typo

Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
This commit is contained in:
Peter Macdonald
2025-01-10 09:50:00 +01:00
parent aabc051609
commit d8a250ef2b
@@ -104,7 +104,7 @@ export interface AboutCardProps {
* Exported publicly via the EntityAboutCard
*
* NOTE: We generally do not accept pull requests to extend this class with more
* props and cusomizability. If you need to tweak it, consider making a bespoke
* props and customizability. If you need to tweak it, consider making a bespoke
* card in your own repository instead, that is perfect for your own needs.
*/
export function AboutCard(props: AboutCardProps) {