mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
[pug/de-de] Fix typo (#5114)
This commit is contained in:
parent
cfb02ca836
commit
5938f7f2fc
@ -87,7 +87,7 @@ div(class=meineKlasse)
|
|||||||
div(style=meineStile)
|
div(style=meineStile)
|
||||||
//- <div style="color:white;background-color:blue;"></div>
|
//- <div style="color:white;background-color:blue;"></div>
|
||||||
|
|
||||||
//- JS Attributte
|
//- JS Attribute
|
||||||
- const meineAttribute = {"src": "foto.png", "alt": "meine Bilder"}
|
- const meineAttribute = {"src": "foto.png", "alt": "meine Bilder"}
|
||||||
img&attributes(meineAttribute)
|
img&attributes(meineAttribute)
|
||||||
//- <img src="foto.png" alt="meine Bilder">
|
//- <img src="foto.png" alt="meine Bilder">
|
||||||
|
Loading…
Reference in New Issue
Block a user