Skip to content

Commit

Permalink
[core] docs: add missing closing angle bracket (#3714)
Browse files Browse the repository at this point in the history
  • Loading branch information
5T0NkZ5V2j0H76y0 authored and adidahiya committed Sep 4, 2019
1 parent 6217655 commit dbb5bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/toast/toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class MyComponent extends React.PureComponent {
{/* "Toasted!" will appear here after clicking button. */}
{this.state.toasts.map(toast => <Toast {...toast} />)}
</Toaster>
</div
</div>
)
}

Expand Down

1 comment on commit dbb5bf4

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] docs: add missing closing angle bracket (#3714)

Previews: documentation | landing | table

Please sign in to comment.