From 759e1b6bdaaf1a50805b7f8066a2820585018d3a Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 28 Oct 2021 11:06:41 -0700 Subject: [PATCH] docs: fix list formatting (#9857) --- docs/src/auth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/auth.md b/docs/src/auth.md index 994599d0f8..a965eeadbe 100644 --- a/docs/src/auth.md +++ b/docs/src/auth.md @@ -342,9 +342,9 @@ class Program ### Lifecycle -1. Create a user data directory on disk -2. Launch a persistent context with the user data directory and login the MFA account. -3. Reuse user data directory to run automation scenarios. +1. Create a user data directory on disk. +1. Launch a persistent context with the user data directory and login the MFA account. +1. Reuse user data directory to run automation scenarios. ### API reference - [BrowserContext]