Merge pull request #842 from sharetribe/doc-typo-fix

[fix] Typo fix for background-color
This commit is contained in:
Vesa Luusua 2018-05-21 13:35:27 +03:00 committed by GitHub
commit d9482b38b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -229,7 +229,7 @@ Style definitions of the (`<Circle />`) child component:
```css
.root {
backgroundcolor: tomato;
background-color: tomato;
border-radius: 50%;
}
```