Skip to content

Commit f0eea08

Browse files
committed
fix typos
1 parent 90cf2bc commit f0eea08

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ To use the service, install Microsoft Playwright Testing package.
3838
npm init @azure/microsoft-playwright-testing
3939
```
4040

41-
This will generate a `playwright.service.config.ts` file.
41+
This will generate `playwright.service.config.ts` file which serves to:
4242

43-
The service configuration serves to:
4443
- Direct and authenticate Playwright to the Microsoft Playwright Testing service.
4544
- Adds a reporter to publish test results and artifacts.
4645

articles/playwright-testing/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ items:
5252
href: how-to-manage-authentication.md
5353
- name: Use service features
5454
href: how-to-use-service-features.md
55-
- name: Use Service package options
55+
- name: Use service package options
5656
href: how-to-use-service-config-file.md
5757
- name: Samples
5858
items:

0 commit comments

Comments
 (0)