Skip to content

Commit 425b28e

Browse files
authored
Merge pull request #511 from Shopify/wcandillon-patch-1
📚 Fix typo in the docs
2 parents 5b88808 + 1f6255b commit 425b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It can apply the following operations to its children:
1919
| origin? | `Point` | Sets the origin of the transformation. This property is not inherited by its children. |
2020
| clip? | `RectOrRRectOrPath` | Rectangle, rounded rectangle, or Path to use to clip the children. |
2121
| invertClip? | `boolean` | Invert the clipping region: parts outside the clipping region will be shown and, inside will be hidden. |
22-
| rasterize? | `RefObject<Paint>` | Draws the children as a bitmap and applies the effects provided by the paint. |
22+
| layer? | `RefObject<Paint>` | Draws the children as a bitmap and applies the effects provided by the paint. |
2323

2424
## Paint Properties
2525

0 commit comments

Comments
 (0)