Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aohua committed Jan 6, 2018
1 parent fbab437 commit 4535cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/lazyload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('LazyLoad', () => {
describe('Overflow', () => {
// https://github.com/jasonslyvia/react-lazyload/issues/71
// http://stackoverflow.com/a/6433475/761124
it('should not detect a overflow container when only one of the scroll property is auto\/scroll', () => {
it('should not detect an overflow container when only one of the scroll property is auto\/scroll', () => {
ReactDOM.render(
<div
id="realOverflowContainer"
Expand Down

0 comments on commit 4535cf6

Please sign in to comment.