Skip to content

Commit f7e0a3b

Browse files
Remove stray space in shared keychain documentation
Co-authored-by: josef <[email protected]>
1 parent 2344228 commit f7e0a3b

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/advanced-workflows

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/advanced-workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ To move to a different access group, update the name parameter of the AccessGrou
421421

422422
### Migrating from a Shared Keychain
423423

424-
If you’d like to stop sharing state between this app and other apps, you can set the access group to be `AccessGroup.none` or `AccessGroup.none(migrateKeychainItemsOfUserSession: true)` if you’d like the session to be migrated.
424+
If you’d like to stop sharing state between this app and other apps, you can set the access group to be `AccessGroup.none` or `AccessGroup.none(migrateKeychainItemsOfUserSession: true)` if you’d like the session to be migrated.
425425

426426

427427
</InlineFilter>

0 commit comments

Comments
 (0)