Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Mar 31, 2024
1 parent 1d374ce commit f5828f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/components/UnsupportedWarning/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function UnsupportedWarning(
<Admonition type="danger" title="Unsupported Warning">
<p>
This {props.adapter ? 'Adapter' : 'Entry'} has been marked as unsupported.
This means that you will not get any support for this {props.adapter ? 'Adapter' : 'Entry'} exept from bugfixes.<br />
This means that you will not get any support for this {props.adapter ? 'Adapter' : 'Entry'} except from bugfixes.<br />
<b>It may be removed from the repository at any time.</b>
</p>
</Admonition>
Expand Down

0 comments on commit f5828f1

Please sign in to comment.