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 {
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 */
636636export 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 */
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments