Skip to content

Commit 00916e7

Browse files
authored
Fix documentation (#5965)
1 parent e8972ef commit 00916e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ export interface MultiFactorInfo {
630630

631631
/**
632632
* The subclass of the {@link MultiFactorInfo} interface for phone number
633-
* second factors. The factorId of this second factor is {@link FactorId.PHONE}.
633+
* second factors. The `factorId` of this second factor is {@link FactorId}.PHONE.
634634
* @public
635635
*/
636636
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
@@ -863,7 +863,7 @@ export interface PhoneMultiFactorEnrollInfoOptions {
863863
session: MultiFactorSession;
864864
}
865865
/**
866-
* Options used for signing-in with a second factor.
866+
* Options used for signing in with a second factor.
867867
*
868868
* @public
869869
*/

packages/auth/src/platform_react_native/persistence/react_native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
} from '../../core/persistence';
2727

2828
/**
29-
* Returns a persistence object that wraps AsyncStorage imported from
29+
* Returns a persistence object that wraps `AsyncStorage` imported from
3030
* `react-native` or `@react-native-community/async-storage`, and can
3131
* be used in the persistence dependency field in {@link initializeAuth}.
3232
*

0 commit comments

Comments
 (0)