Skip to content

Commit 4693b2b

Browse files
authored
fix: correct typos in history documentation (#2662)
Co-authored-by: Diego Molina <diemol@users.noreply.github.com> [deploy site]
1 parent 67c5d33 commit 4693b2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website_and_docs/content/documentation/about/history.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Now that things have been proved out, I'd really like to do a clean implementati
9797
But I'm torn<br>
9898
Do I "finish" the new, very fast crazyfun java enough to replace the ruby version?<br></blockquote>
9999
100-
### A story of driver executeables
100+
### A story of driver executables
101101

102102
<blockquote><br>
103103
jimevans<br>
@@ -146,7 +146,7 @@ now.<br>
146146
about geckodriver.<br>
147147
the tale of geckodriver is intimately bound with the status of the aforementioned w3c webdriver spec.<br>
148148
level 1 of the specification is mostly done, though it took a number of years of effort to get there.<br>
149-
it took a large effort from some very smart people (AutomatedTester among them) to mold the initial documentation of what the webdriver open source software (OSS) project did into proper specification language that could be interpreted and turned into actionable stuff by a browser vendor or other implementor.<br>
149+
it took a large effort from some very smart people (AutomatedTester among them) to mold the initial documentation of what the webdriver open source software (OSS) project did into proper specification language that could be interpreted and turned into actionable stuff by a browser vendor or other implementer.<br>
150150
when beginning the geckodriver (nee marionette) project, mozilla decided to base their implementation on the spec, and only the spec, not following the OSS implementation.<br>
151151
this created something of a chicken-and-egg problem, in that while the spec language wasn't completed, it couldn't be implemented.<br>
152152
it's only been in the last six months or so that the language concerning the advanced user interactions api (the Actions class in java and .NET) has been made robust enough to actually implement.<br>

0 commit comments

Comments
 (0)