Skip to content

Commit c5793be

Browse files
wojtekmajCopilot
andauthored
Update README.md
Co-authored-by: Copilot <[email protected]>
1 parent 38b59c4 commit c5793be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ margin: 5px 7px 2px;
6363
}
6464
```
6565

66-
Shorthands will only accept values that are supported in React, so `background` will only accept a colour, `backgroundColor` will not accept an image, and `font` will not accept font-variant values that React Native does not support.
66+
Shorthands will only accept values that are supported in React Native, so `background` will only accept a colour, `backgroundColor` will not accept an image, and `font` will not accept font-variant values that React Native does not support.
6767

6868
React Native's `box-shadow` and `filter` properties are passed through as
6969
`boxShadow` and `filter`, so support depends on your React Native version.

0 commit comments

Comments
 (0)