diff --git a/uebung1/css-selektoren.html b/uebung1/css-selektoren.html
index 4e71f78..6b1095f 100644
--- a/uebung1/css-selektoren.html
+++ b/uebung1/css-selektoren.html
@@ -19,7 +19,7 @@
}
#first-div {
- backround-color: red;
+ background-color: red;
}
h1 + p {