Skip to content

Commit 210ec85

Browse files
apmatthewsjuliomrqz
authored andcommittedJul 26, 2019
fix(docs): fix camel case in responsive-loader example (#51)
https://www.npmjs.com/package/responsive-loader#usage
1 parent 54f706b commit 210ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ After the `?resize` resource query, you can add any other query of the [`respons
265265
<img :src="oneSize.src" />
266266
267267
<!-- source set with multiple sizes -->
268-
<img :srcset="multipleSizes.srcset" :src="multipleSizes.src" />
268+
<img :srcset="multipleSizes.srcSet" :src="multipleSizes.src" />
269269
</div>
270270
</template>
271271

0 commit comments

Comments
 (0)
Please sign in to comment.