From 37ff1d69572c907330d6c6dc7b1a259299f6ce3b Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Mon, 1 Sep 2025 21:24:11 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Alex Gleason --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 8a1a8eb..c2052ea 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -335,7 +335,7 @@ function useInfinitePosts() { } ``` -Use with intersection observer for automatic loading: +Example usage with intersection observer for automatic loading: ```tsx import { useInView } from 'react-intersection-observer';