Skip to content

Commit 715f5f4

Browse files
authored
Update helpers.md
1 parent 21506d7 commit 715f5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Only when you both set the `routerMode: 'history'` and `externalLinkTarget: '_se
123123

124124
### Lazy Loading
125125

126-
See the loading field of MDN's [browser compatibility](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Browser_compatibility) table for details of browser support. If the browser does not support lazy-loading then the attribute will be ignored and images will load immediately, as normal.
126+
See the `loading` field of MDN's [browser compatibility](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Browser_compatibility) table for details of browser support. If the browser does not support lazy-loading then the attribute will be ignored and images will load immediately, as normal.
127127

128128
```md
129129
![logo](https://docsify.js.org/_media/icon.svg ':loading=lazy')

0 commit comments

Comments
 (0)