Skip to content

Commit 2eb772c

Browse files
docs: Rename Todo component to BlogPost (#9853)
1 parent 7783a7a commit 2eb772c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/placeholder-query-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In some circumstances, you may be able to provide the placeholder data for a que
7575
[//]: # 'ExampleCache'
7676

7777
```tsx
78-
function Todo({ blogPostId }) {
78+
function BlogPost({ blogPostId }) {
7979
const queryClient = useQueryClient()
8080
const result = useQuery({
8181
queryKey: ['blogPost', blogPostId],

0 commit comments

Comments
 (0)