diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6d0707d7..2485d1f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ way to update this template, but currently, we follow a pattern: * [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public). TODO: create SDK releases instead of using direct refs to single commit. [#841](https://github.com/sharetribe/flex-template-web/pull/841) +* [fix] Typo fix for background-color + [#842](https://github.com/sharetribe/flex-template-web/pull/842) ## v0.3.0 diff --git a/docs/styling.md b/docs/styling.md index 7c97800e48..6b311763aa 100644 --- a/docs/styling.md +++ b/docs/styling.md @@ -229,7 +229,7 @@ Style definitions of the (``) child component: ```css .root { - backgroundcolor: tomato; + background-color: tomato; border-radius: 50%; } ```