Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Emilio Alvarez Piñeiro <[email protected]>
  • Loading branch information
vigneshshanmugam and emilioalvap authored Oct 29, 2024
1 parent 56f2454 commit e348d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/synthetics-mfa.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Multi-factor Authentication (MFA) adds an essential layer of security to
applications login processes, protecting against unauthorized access. A very
common usecase in Synthetics is testing user journeys that involves websites
behind protected behind MFA.
protected behind MFA.

Synthetics supports testing websites secured by Time-based One-Time Password
(TOTP), a common MFA method that provides short lived One Time tokens that are
Expand All @@ -29,7 +29,7 @@ OTP Token: 123456

== Using TOTP token inside the journeys

Once the Synhetics TOTP Authentication is configured in your application, you
Once the Synthetics TOTP Authentication is configured in your application, you
can now use the OTP token in the synthetics browser journeys using the `mfa`
object imported from `@elastic/synthetics`.

Expand Down
4 changes: 2 additions & 2 deletions docs/en/serverless/synthetics/synthetics-mfa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags: []
Multi-factor Authentication (MFA) adds an essential layer of security to
applications login processes, protecting against unauthorized access. A very
common usecase in Synthetics is testing user journeys that involves websites
behind protected behind MFA.
protected behind MFA.

Synthetics supports testing websites secured by Time-based One-Time Password
(TOTP), a common MFA method that provides short lived One Time tokens that are
Expand All @@ -35,7 +35,7 @@ OTP Token: 123456

## Using TOTP token inside the journeys

Once the Synhetics TOTP Authentication is configured in your application, you can now use the OTP token in the synthetics browser
Once the Synthetics TOTP Authentication is configured in your application, you can now use the OTP token in the synthetics browser
journeys using the `mfa` object imported from `@elastic/synthetics`.

```ts
Expand Down

0 comments on commit e348d7b

Please sign in to comment.