diff --git a/website_and_docs/content/documentation/overview/details.en.md b/website_and_docs/content/documentation/overview/details.en.md
index 53b1064cffa3..7700beaa9475 100644
--- a/website_and_docs/content/documentation/overview/details.en.md
+++ b/website_and_docs/content/documentation/overview/details.en.md
@@ -40,8 +40,8 @@ Web browsers are incredibly complex, highly engineered applications,
 performing their operations in entirely different ways
 but which frequently look the same while doing so.
 Even though the text is rendered in the same fonts,
-the images are displayed in the same place
-, and the links take you to the same destination.
+the images are displayed in the same place,
+and the links take you to the same destination.
 What is happening underneath is as different as night and day.
 Selenium “abstracts” these differences,
 hiding their details and intricacies from the person writing the code.
diff --git a/website_and_docs/content/documentation/webdriver/_index.en.md b/website_and_docs/content/documentation/webdriver/_index.en.md
index 678e9ef5a180..4924f9fab727 100644
--- a/website_and_docs/content/documentation/webdriver/_index.en.md
+++ b/website_and_docs/content/documentation/webdriver/_index.en.md
@@ -9,8 +9,8 @@ aliases: ["/documentation/en/webdriver/"]
 
 
 WebDriver drives a browser natively, as a user would, either locally
-or on a remote machine using the Selenium server,
-marks a leap forward in terms of browser automation.
+or on a remote machine using the Selenium server.
+It marks a leap forward in terms of browser automation.
 
 Selenium WebDriver refers to both the language bindings
 and the implementations of the individual browser controlling code.
diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/_index.en.md b/website_and_docs/content/documentation/webdriver/troubleshooting/_index.en.md
index 7963e483b58e..428fc3eaba6d 100644
--- a/website_and_docs/content/documentation/webdriver/troubleshooting/_index.en.md
+++ b/website_and_docs/content/documentation/webdriver/troubleshooting/_index.en.md
@@ -3,7 +3,7 @@ title: "Troubleshooting Assistance"
 linkTitle: "Troubleshooting"
 weight: 20
 description: >
-  How to get manage WebDriver problems.
+  How to solve WebDriver problems.
 ---
 
 It is not always obvious the root cause of errors in Selenium.
diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/_index.pt-br.md b/website_and_docs/content/documentation/webdriver/troubleshooting/_index.pt-br.md
index 7963e483b58e..428fc3eaba6d 100644
--- a/website_and_docs/content/documentation/webdriver/troubleshooting/_index.pt-br.md
+++ b/website_and_docs/content/documentation/webdriver/troubleshooting/_index.pt-br.md
@@ -3,7 +3,7 @@ title: "Troubleshooting Assistance"
 linkTitle: "Troubleshooting"
 weight: 20
 description: >
-  How to get manage WebDriver problems.
+  How to solve WebDriver problems.
 ---
 
 It is not always obvious the root cause of errors in Selenium.
diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
index acf3f2b0e4cd..409475e12c8a 100644
--- a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
+++ b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
 linkTitle: "Errors"
 weight: 2
 description: >
-  How to get deal with various problems in your Selenium code.
+  How to solve various problems in your Selenium code.
 aliases: [
 "/exceptions/",
 "/exceptions/invalid_selector_exception.html",
diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md
index 450a8b56c157..2241ec21470f 100644
--- a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md
+++ b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
 linkTitle: "Errors"
 weight: 2
 description: >
-  How to get deal with various problems in your Selenium code.
+  How to solve various problems in your Selenium code.
 ---
 
 ## InvalidSelectorException
diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md
index a01cdd0ae7b2..70f7d40a4811 100644
--- a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md
+++ b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md
@@ -3,7 +3,7 @@ title: "Understanding Common Errors"
 linkTitle: "Errors"
 weight: 2
 description: >
-  How to get deal with various problems in your Selenium code.
+  How to solve various problems in your Selenium code.
 ---
 
 ## InvalidSelectorException