File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
platform_react_native/persistence Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ export interface MultiFactorInfo {
630
630
631
631
/**
632
632
* 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.
634
634
* @public
635
635
*/
636
636
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
@@ -863,7 +863,7 @@ export interface PhoneMultiFactorEnrollInfoOptions {
863
863
session : MultiFactorSession ;
864
864
}
865
865
/**
866
- * Options used for signing- in with a second factor.
866
+ * Options used for signing in with a second factor.
867
867
*
868
868
* @public
869
869
*/
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
26
26
} from '../../core/persistence' ;
27
27
28
28
/**
29
- * Returns a persistence object that wraps AsyncStorage imported from
29
+ * Returns a persistence object that wraps ` AsyncStorage` imported from
30
30
* `react-native` or `@react-native-community/async-storage`, and can
31
31
* be used in the persistence dependency field in {@link initializeAuth}.
32
32
*
You can’t perform that action at this time.
0 commit comments