Skip to content

Commit 89dda0e

Browse files
committed
Update shared-data.mdx
1 parent 0722e8a commit 89dda0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/data-props/shared-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class HandleInertiaRequests extends Middleware
7777
}
7878
```
7979

80-
You may also share once props manually using the `Inertia::shareOnce()`.
80+
You may also share once props manually using the `Inertia::shareOnce()` method.
8181

8282
```php
8383
Inertia::shareOnce('countries', fn () => Country::all());

0 commit comments

Comments
 (0)