File tree 2 files changed +2
-2
lines changed
javascript/node/selenium-webdriver
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Create a feature branch and start hacking:
123
123
% git checkout -b my-feature-branch
124
124
```
125
125
126
- We practice HEAD-based development, which means all changes are aplied
126
+ We practice HEAD-based development, which means all changes are applied
127
127
directly on top of master.
128
128
129
129
### Step 3: Commit
Original file line number Diff line number Diff line change 19
19
* @fileoverview Defines a WebDriver client for Safari. Before using this
20
20
* module, you must install the
21
21
* [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
23
23
* not recommended once the extension has been installed. You can, and should,
24
24
* disable the extension when the browser is not being used with WebDriver.
25
25
*/
You can’t perform that action at this time.
0 commit comments