Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
defx committed Nov 21, 2020
1 parent b327077 commit 68dde4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ You may wish to _conditionally_ apply CSS classes to an element. You can do this

### Inline Styles

The style attribute is a special case and handled slightly differently to other attributes. As well as a regular string binding, you can also bind this attribute to an object representing a dictionary of CSS properties and values.
As well as binding the style attribute to a string or an array, you can also bind this attribute to an object representing a dictionary of CSS properties and values.

```js
{
Expand Down

0 comments on commit 68dde4e

Please sign in to comment.