Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Aug 29, 2024
1 parent f52c718 commit 68695e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fun ShowcaseSample() {

## How to add custom reveal shape ?

For adding a custom reveal shape like a circle, rectangle, or any other shape, you can pass the custom shape to the `revealShape` parameter of `ShowcaseStyle` class.
For adding a custom reveal shape like a circle, rectangle, or square, you can pass the shape to the `revealShape` parameter of `ShowcaseStyle` class.
```kotlin
introShowCaseTarget(
index = 3,
Expand Down

0 comments on commit 68695e8

Please sign in to comment.