[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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">