Skip to content

Commit

Permalink
Correct spelling in playwright docs (#55557)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoop71 committed Sep 18, 2023
1 parent 4c6d4b3 commit b5beb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
// More information: https://playwright.dev/docs/api/class-testoptions#test-options-base-url
baseURL,

// Retry a test if its failing with enabled tracing. This allows you to analyse the DOM, console logs, network traffic etc.
// Retry a test if its failing with enabled tracing. This allows you to analyze the DOM, console logs, network traffic etc.
// More information: https://playwright.dev/docs/trace-viewer
trace: 'retry-with-trace',

Expand Down

0 comments on commit b5beb3a

Please sign in to comment.