Skip to content

Commit c426929

Browse files
committed
fix error
1 parent 6e9b3a0 commit c426929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In your project, install Microsoft Playwright Testing package.
120120
dotnet add package Azure.Developer.MicrosoftPlaywrightTesting.NUnit --prerelease
121121
```
122122

123-
This updates the `csproj` file of your project by adding the details of service package in `ItemGroup` section. Make sure to check it in.
123+
This updates your project's `csproj` file by adding the service package details to the `ItemGroup` section. Remember to commit these changes.
124124

125125
```xml
126126
<ItemGroup>

0 commit comments

Comments
 (0)