1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 01:34:19 +02:00

[pug/de-de] Fix typo (#5114)

This commit is contained in:
Jan Knobloch
2024-09-09 12:52:24 +02:00
committed by GitHub
parent cfb02ca836
commit 5938f7f2fc

View File

@@ -87,7 +87,7 @@ div(class=meineKlasse)
div(style=meineStile)
//- <div style="color:white;background-color:blue;"></div>
//- JS Attributte
//- JS Attribute
- const meineAttribute = {"src": "foto.png", "alt": "meine Bilder"}
img&attributes(meineAttribute)
//- <img src="foto.png" alt="meine Bilder">