Skip to content

Commit

Permalink
docs(appium): remove duplicated words in drivers.md (#19977)
Browse files Browse the repository at this point in the history
  • Loading branch information
HQidea committed Apr 8, 2024
1 parent 5899c2d commit d55f13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/appium/docs/en/intro/drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ driver install`.
So, from a technical perspective, an Appium driver is just a bit of code that inherits from some
other Appium code. That's it! Now, inheriting from `BaseDriver` actually gives us a lot, because
`BaseDriver` is essentially an encapsulation of the entire WebDriver protocol. So all a driver
needs to do to do something useful is to *implement* Node.js methods with names corresponding to
needs to do something useful is to *implement* Node.js methods with names corresponding to
their WebDriver protocol equivalents.

So let's say I wanted to do something with this empty driver; first I have to decide which
Expand Down

0 comments on commit d55f13b

Please sign in to comment.