From 85a09005ab0a1d0d31bb609f0a9fd226df65181c Mon Sep 17 00:00:00 2001 From: Ashish Mehra Date: Tue, 29 Oct 2024 10:49:31 +0530 Subject: [PATCH] fix: syntax error and typo --- Components-and-Hooks/HOC-Props-and-Custom-Hooks.md | 5 ++--- List-and-Virtualization/FlashList-Cell-Recycling-details.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md b/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md index 46400b2..06b84d7 100644 --- a/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md +++ b/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md @@ -583,7 +583,7 @@ function withStyles(Component) { } } -const MyButton = () =