Skip to content

Commit ff5ccc7

Browse files
authored
Update MfaEmailChallenge.mdx
1 parent ed95974 commit ff5ccc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/docs/libraries/acul/js-sdk/Screens/classes/MfaEmailChallenge.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ The options for continuing with the email challenge.
7979
<Expandable title="options properties">
8080

8181
<ParamField body='code' type='string' required>
82-
The code entered by the user
82+
The code entered by the user.
8383
</ParamField>
8484

8585
<ParamField body='rememberDevice?' type='boolean'>
86-
Indicates whether to remember the device
86+
Indicates whether to remember the device.
8787
</ParamField>
8888

8989
<ParamField body='[`key`: `string`]' type='"string" | "number" | "boolean" | "undefined"' >
@@ -199,7 +199,7 @@ await mfaEmailChallenge.tryAnotherMethod();
199199
```
200200

201201
<ParamField body="options" type="OPTIONAL">
202-
Optional custom options to include with the request
202+
Optional custom options to include with the request.
203203

204204
<Expandable title="options properties">
205205

0 commit comments

Comments
 (0)