diff --git a/README.md b/README.md index 4ccd82c..6a8d0f2 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Exemple 2 : ```scss $color: orange; $color: red !default; -$colot: tomato; +$color: tomato; body { background: $color;