Skip to content

Commit 376bf51

Browse files
committed
Reformat sentence. Remove space between word and comma
The page https://www.selenium.dev/documentation/overview/details/ includes ``` the images are displayed in the same place , ``` I intend this commit removes the space between 'place' and ','.
1 parent 0aecd58 commit 376bf51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)