Skip to content

Commit fcf7364

Browse files
mmatejaslax57
andauthored
Update wording in refreshing permissions doc
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
1 parent 38ac43d commit fcf7364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usePermissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const MyPage = () => {
6363

6464
## Refreshing permissions
6565

66-
Permissions are loaded on page load and cached. If your application requires permissions to be refreshed, for example after a change modifying user permissions, you can use `refetch` function to trigger reload.
66+
Permissions are loaded when the app loads and then cached. If your application requires permissions to be refreshed, for example after a change modifying user permissions, you can use `refetch` function to trigger reload.
6767

6868
```jsx
6969
const GrantAdminPermissionsButton = () => {

0 commit comments

Comments
 (0)