docs(srcset): fix mistake in example

This commit is contained in:
m-tretyak
2014-06-26 20:20:19 +03:00
committed by Brian Ford
parent 43c735a816
commit d1cd677433

View File

@@ -140,7 +140,7 @@
*
* The buggy way to write it:
* ```html
* <img src="http://www.gravatar.com/avatar/{{hash}} 2x"/>
* <img srcset="http://www.gravatar.com/avatar/{{hash}} 2x"/>
* ```
*
* The correct way to write it: