Skip to content

Commit 180e9e0

Browse files
committed
single quote?
1 parent 79f3643 commit 180e9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-devsite/auth.totpmultifactorgenerator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export declare class TotpMultiFactorGenerator
2222

2323
| Property | Modifiers | Type | Description |
2424
| --- | --- | --- | --- |
25-
| [FACTOR\_ID](./auth.totpmultifactorgenerator.md#totpmultifactorgeneratorfactor_id) | <code>static</code> | "totp" | The identifier of the TOTP second factor: <code>totp</code>. |
25+
| [FACTOR\_ID](./auth.totpmultifactorgenerator.md#totpmultifactorgeneratorfactor_id) | <code>static</code> | 'totp' | The identifier of the TOTP second factor: <code>totp</code>. |
2626

2727
## Methods
2828

@@ -39,7 +39,7 @@ The identifier of the TOTP second factor: `totp`<!-- -->.
3939
<b>Signature:</b>
4040

4141
```typescript
42-
static FACTOR_ID: "totp";
42+
static FACTOR_ID: 'totp';
4343
```
4444

4545
## TotpMultiFactorGenerator.assertionForEnrollment()

0 commit comments

Comments
 (0)