Skip to content

Commit 48453b0

Browse files
customcommanderddavison
authored andcommitted
Fix typos in docs and guidelines
Signed-off-by: Daniel Davison <[email protected]>
1 parent 395bd72 commit 48453b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Create a feature branch and start hacking:
123123
% git checkout -b my-feature-branch
124124
```
125125

126-
We practice HEAD-based development, which means all changes are aplied
126+
We practice HEAD-based development, which means all changes are applied
127127
directly on top of master.
128128

129129
### Step 3: Commit

javascript/node/selenium-webdriver/safari.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @fileoverview Defines a WebDriver client for Safari. Before using this
2020
* module, you must install the
2121
* [latest version](http://selenium-release.storage.googleapis.com/index.html)
22-
* of the SafariDriver browser extension; using Safari for normal browsign is
22+
* of the SafariDriver browser extension; using Safari for normal browsing is
2323
* not recommended once the extension has been installed. You can, and should,
2424
* disable the extension when the browser is not being used with WebDriver.
2525
*/

0 commit comments

Comments
 (0)