Skip to content

Commit

Permalink
Fix typos in docs and guidelines
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Davison <daniel.jj.davison@gmail.com>
  • Loading branch information
customcommander authored and ddavison committed Aug 6, 2015
1 parent 395bd72 commit 48453b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Create a feature branch and start hacking:
% git checkout -b my-feature-branch
```

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

### Step 3: Commit
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/safari.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @fileoverview Defines a WebDriver client for Safari. Before using this
* module, you must install the
* [latest version](http://selenium-release.storage.googleapis.com/index.html)
* of the SafariDriver browser extension; using Safari for normal browsign is
* of the SafariDriver browser extension; using Safari for normal browsing is
* not recommended once the extension has been installed. You can, and should,
* disable the extension when the browser is not being used with WebDriver.
*/
Expand Down

0 comments on commit 48453b0

Please sign in to comment.