Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 52f1f3b

Browse files
committed
chore(typos): Clean up typos in README and index.ts
1 parent 0cc8161 commit 52f1f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can view the full list of commands in [`lib/index.ts`](lib/index.ts#L8).
1111
Usage
1212
-----
1313

14-
If you are using a versoin of `selenium-webdriver` below `3.0.0-beta-1`, you
14+
If you are using a version of `selenium-webdriver` below `3.0.0-beta-1`, you
1515
must use the `patch()` function before you create your webdriver instance:
1616

1717
```js

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function extend(baseDriver: WebDriver, fallbackGracefully = false): Exten
157157
}
158158

159159
/**
160-
* Patches webdriver so that the extender can defie new commands.
160+
* Patches webdriver so that the extender can define new commands.
161161
*
162162
* @example
163163
* patch(require('selenium-webdriver/lib/command'),

0 commit comments

Comments
 (0)