docs(img): unencoded img tag in readme (#19172)

This commit is contained in:
Matthew Harris
2019-08-27 21:50:56 +07:00
committed by Brandy Carney
parent 48a27636c7
commit 7f6664708c
3 changed files with 4 additions and 4 deletions

View File

@ -880,7 +880,7 @@ export namespace Components {
*/
'alt'?: string;
/**
* The image URL. This attribute is mandatory for the <img> element.
* The image URL. This attribute is mandatory for the `<img>` element.
*/
'src'?: string;
}
@ -4373,7 +4373,7 @@ declare namespace LocalJSX {
*/
'onIonImgWillLoad'?: (event: CustomEvent<void>) => void;
/**
* The image URL. This attribute is mandatory for the <img> element.
* The image URL. This attribute is mandatory for the `<img>` element.
*/
'src'?: string;
}