Skip to content

Commit 40d9d77

Browse files
committed
Update prefetching.jsx
1 parent f34d528 commit 40d9d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/Pages/prefetching.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ export default function () {
230230

231231
<P>
232232
Inertia also provides a <Code>usePrefetch</Code> hook that allows you to track the prefetch state for the
233-
current page. It returns information about whether the page is currently prefetching, has been prefetched, when it was last updated, and a <Code>flush</Code> method
234-
that flushes the cache for the current page only.
233+
current page. It returns information about whether the page is currently prefetching, has been prefetched,
234+
when it was last updated, and a <Code>flush</Code> method that flushes the cache for the current page only.
235235
</P>
236236

237237
<TabbedCode

0 commit comments

Comments
 (0)