Skip to content

Commit e7b4590

Browse files
committed
fixing documentation
1 parent 0b042b5 commit e7b4590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ If you provide a number, that will be how many `ms` to wait; if you provide `tru
185185

186186
Type: String Default: `lazyload`
187187

188-
While rendering, Lazyload will add some elements to the component tree in addition to the wrapped component(childrendered children).
188+
While rendering, Lazyload will add some elements to the component tree in addition to the wrapped component children.
189189

190190
The `classNamePrefix` prop allows the user to supply their own custom class prefix to help:
191191
# Avoid class conflicts on an implementing app

test/specs/lazyload.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('LazyLoad', () => {
141141
<span className="invisible">123</span>
142142
</LazyLoad>
143143
</div>, div);
144-
144+
console.log(div.innerHTML);
145145
expect(document.querySelector('.custom-lazyload-wrapper')).to.exist;
146146
expect(document.querySelector('.custom-lazyload-placeholder')).to.exist;
147147
});

0 commit comments

Comments
 (0)