Skip to content

Commit 0aecd58

Browse files
committed
Rephrase sentence. Separate two sentences with period.
Replace ``` WebDriver drives a browser natively ..., marks a leaps forward ``` with ``` WebDriver drives a browser natively .... It marks a leaps forward ``` I claim the version before the change is a 'run-on sentence', i.e. two separate sentences that are connected improperly (see https://academicguides.waldenu.edu/writingcenter/grammar/runonsentences). This commit changes how those two sentences are connected; in particular, it separates the sentences with a period and provides a subject for the second sentence.
1 parent eeeb7b2 commit 0aecd58

File tree

1 file changed

+2
-2
lines changed
  • website_and_docs/content/documentation/webdriver

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.

0 commit comments

Comments
 (0)