Skip to content

Commit 23ce979

Browse files
Spelling
1 parent 567e1db commit 23ce979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create a feature branch and start improving:
2020
% git checkout -b my-feature-branch
2121
```
2222

23-
HEAD-based development is prefered, which means all changes are applied
23+
HEAD-based development is preferred, which means all changes are applied
2424
directly on top of master.
2525

2626
### Step 3: Commit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Selenium Shutterbug is a utility library written in Java for making screenshots
99

1010
## Code Example
1111

12-
Screenhot of the page with scrolling (for Chrome to make screenshot of the whole page but not viewport only):
12+
Screenshot of the page with scrolling (for Chrome to make screenshot of the whole page but not viewport only):
1313
```
1414
Shutterbug.shootPage(driver, ScrollStrategy.BOTH_DIRECTIONS).save("C:\\testing\\screenshots\\");
1515
```

0 commit comments

Comments
 (0)