Fix typo in support button example (#3262)

This commit is contained in:
Adam Harvey
2020-11-07 06:30:16 -05:00
committed by GitHub
parent e1292f417c
commit 00b7b66bd8
@@ -185,7 +185,7 @@ const ExampleContentHeader = ({ selectedTab }: { selectedTab?: number }) => (
title={selectedTab !== undefined ? tabs[selectedTab].label : 'Header'}
>
<SupportButton>
This Plugin is an example. This text could provide usefull information for
This Plugin is an example. This text could provide useful information for
the user.
</SupportButton>
</ContentHeader>