Skip to content

Commit 77ae509

Browse files
authored
Rephrase/reformat a few sentences (#1981)
[deploy site]
1 parent b9f2010 commit 77ae509

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

website_and_docs/content/documentation/overview/details.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Web browsers are incredibly complex, highly engineered applications,
4040
performing their operations in entirely different ways
4141
but which frequently look the same while doing so.
4242
Even though the text is rendered in the same fonts,
43-
the images are displayed in the same place
44-
, and the links take you to the same destination.
43+
the images are displayed in the same place,
44+
and the links take you to the same destination.
4545
What is happening underneath is as different as night and day.
4646
Selenium “abstracts” these differences,
4747
hiding their details and intricacies from the person writing the code.

website_and_docs/content/documentation/webdriver/_index.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ aliases: ["/documentation/en/webdriver/"]
99

1010

1111
WebDriver drives a browser natively, as a user would, either locally
12-
or on a remote machine using the Selenium server,
13-
marks a leap forward in terms of browser automation.
12+
or on a remote machine using the Selenium server.
13+
It marks a leap forward in terms of browser automation.
1414

1515
Selenium WebDriver refers to both the language bindings
1616
and the implementations of the individual browser controlling code.

website_and_docs/content/documentation/webdriver/troubleshooting/_index.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Troubleshooting Assistance"
33
linkTitle: "Troubleshooting"
44
weight: 20
55
description: >
6-
How to get manage WebDriver problems.
6+
How to solve WebDriver problems.
77
---
88

99
It is not always obvious the root cause of errors in Selenium.

website_and_docs/content/documentation/webdriver/troubleshooting/_index.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Troubleshooting Assistance"
33
linkTitle: "Troubleshooting"
44
weight: 20
55
description: >
6-
How to get manage WebDriver problems.
6+
How to solve WebDriver problems.
77
---
88

99
It is not always obvious the root cause of errors in Selenium.

website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
33
linkTitle: "Errors"
44
weight: 2
55
description: >
6-
How to get deal with various problems in your Selenium code.
6+
How to solve various problems in your Selenium code.
77
aliases: [
88
"/exceptions/",
99
"/exceptions/invalid_selector_exception.html",

website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
33
linkTitle: "Errors"
44
weight: 2
55
description: >
6-
How to get deal with various problems in your Selenium code.
6+
How to solve various problems in your Selenium code.
77
---
88

99
## InvalidSelectorException

website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
33
linkTitle: "Errors"
44
weight: 2
55
description: >
6-
How to get deal with various problems in your Selenium code.
6+
How to solve various problems in your Selenium code.
77
---
88

99
## InvalidSelectorException

0 commit comments

Comments
 (0)