Skip to content

Commit cf314c9

Browse files
committed
Capitalize prop type in the README
1 parent 2400f94 commit cf314c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default MyImage;
6868
| placeholderSrc | `String` | | Image src to display while the image is not visible or loaded. |
6969
| threshold | `Number` | 100 | Threshold in pixels. So the image starts loading before it appears in the viewport. |
7070
| visibleByDefault | `Boolean` | false | Whether the image must be visible from the beginning. |
71-
| wrapperClassName | `string` | | In some occasions (for example, when using a placeholderSrc) a wrapper span tag is rendered. This prop allows setting a class to that element. |
71+
| wrapperClassName | `String` | | In some occasions (for example, when using a placeholderSrc) a wrapper span tag is rendered. This prop allows setting a class to that element. |
7272
| ... | | | Any other image attribute |
7373

7474

0 commit comments

Comments
 (0)