Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1296e7a

Browse files
m-tretyakbtford
authored andcommitted
docs(srcset): fix mistake in example
1 parent 85f8b65 commit 1296e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/attrs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
*
141141
* The buggy way to write it:
142142
* ```html
143-
* <img src="http://www.gravatar.com/avatar/{{hash}} 2x"/>
143+
* <img srcset="http://www.gravatar.com/avatar/{{hash}} 2x"/>
144144
* ```
145145
*
146146
* The correct way to write it:

0 commit comments

Comments
 (0)