Skip to content

Fix documentation #5965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/auth/src/model/public_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export interface MultiFactorInfo {

/**
* The subclass of the {@link MultiFactorInfo} interface for phone number
* second factors. The factorId of this second factor is {@link FactorId.PHONE}.
* second factors. The `factorId` of this second factor is {@link FactorId}.PHONE.
* @public
*/
export interface PhoneMultiFactorInfo extends MultiFactorInfo {
Expand Down Expand Up @@ -863,7 +863,7 @@ export interface PhoneMultiFactorEnrollInfoOptions {
session: MultiFactorSession;
}
/**
* Options used for signing-in with a second factor.
* Options used for signing in with a second factor.
*
* @public
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from '../../core/persistence';

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