Skip to content

Commit

Permalink
Update dynamic_properties.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich authored Jul 22, 2024
1 parent c7cee7f commit 7784c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Now when we found the shape layer, let's have a look on it's shapes. The structu
}
```

The keypaths for the *Ellipse 1* and its stroke relative to the layer they are in will be `["Group 1", "Ellipse 1"]` and `["Group 1", "Ellipse 1 Stroke"]`.
The keypaths for the *Ellipse 1* and its stroke relative to the layer they are in will be `["Group 4", "Ellipse 1"]` and `["Group 4", "Ellipse 1 Stroke"]`.
Thats why we have

```kotlin
Expand Down

0 comments on commit 7784c0d

Please sign in to comment.