Skip to content

Commit f89a5fc

Browse files
committed
chore(VImg): resolve linting problem
1 parent e871ecb commit f89a5fc

File tree

1 file changed

+1
-1
lines changed
  • packages/api-generator/src/locale/en

1 file changed

+1
-1
lines changed

packages/api-generator/src/locale/en/VImg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"src": "The image URL. This prop is mandatory.",
1414
"srcset": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset).",
1515
"transition": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition.",
16-
"gradient": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
16+
"gradient": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
1717
},
1818
"slots": {
1919
"placeholder": "Display an overlay while the image is loading.",

0 commit comments

Comments
 (0)