Skip to content

Commit

Permalink
Docs(web-twig): Remove misplaced quotes from Toast Collapsible docs #…
Browse files Browse the repository at this point in the history
…DS-1420
  • Loading branch information
crishpeen committed Aug 8, 2024
1 parent bc55dd9 commit 5a6e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-twig/src/Resources/components/Toast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ set the `isCollapsible` prop to `false`.
👉 Please note that the initial scroll position is always at the **top** of the queue.

```html
<Toast isCollapsible="{" false }>
<Toast isCollapsible={ false }>
<!-- ToastBar components go here -->
</Toast>
```
Expand Down

0 comments on commit 5a6e6f6

Please sign in to comment.